python311Packages.dask-histogram: 2024.2.0 -> 2024.3.0 (#293837)

This commit is contained in:
Dmitry Kalinkin 2024-03-06 18:44:26 -05:00 committed by GitHub
parent 595b8c9b53
commit 6431075d1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [