Skip to content

Commit

Permalink
python311Packages.dask-histogram: 2024.2.0 -> 2024.3.0 (#293837)
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl authored Mar 6, 2024
1 parent 595b8c9 commit 6431075
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 = "2024.2.0";
version = "2024.3.0";
pyproject = true;

src = fetchFromGitHub {
owner = "dask-contrib";
repo = "dask-histogram";
rev = "refs/tags/${version}";
hash = "sha256-YU5i7mGOZxj/pvpkZLwohoSuHJgS3zkHYVuj1Vtyrj4=";
hash = "sha256-RqZMAEGFqEXNmNv7SWCyQw9cI+I+Oa6s8O/7Jp+9id8=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 6431075

Please sign in to comment.