Skip to content

Commit

Permalink
python311Packages.dask-histogram: 2023.10.0 -> 2024.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Feb 2, 2024
1 parent 4976602 commit f847055
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/development/python-modules/dask-histogram/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

buildPythonPackage rec {
pname = "dask-histogram";
version = "2023.10.0";
format = "pyproject";
version = "2024.2.0";
pyproject = true;

src = fetchFromGitHub {
owner = "dask-contrib";
repo = "dask-histogram";
rev = "refs/tags/${version}";
hash = "sha256-ugAqNdvCROCCXURwsGLpnl/lBEAremvTI7MVa/TWt6c=";
hash = "sha256-YU5i7mGOZxj/pvpkZLwohoSuHJgS3zkHYVuj1Vtyrj4=";
};

nativeBuildInputs = [
Expand All @@ -41,6 +41,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Histograms with task scheduling";
homepage = "https://dask-histogram.readthedocs.io/";
changelog = "https://github.com/dask-contrib/dask-histogram/releases/tag/${version}";
license = with licenses; [ bsd3 ];
maintainers = with maintainers; [ veprbl ];
};
Expand Down

0 comments on commit f847055

Please sign in to comment.