python311Packages.dask-image: 2024.5.1 -> 2024.5.2

Diff: https://github.com/dask/dask-image/compare/refs/tags/v2024.5.1...v2024.5.2
This commit is contained in:
Gaetan Lepage
2024-05-21 08:34:16 +02:00
parent 967b304743
commit 785aef54cf
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "dask-image";
version = "2024.5.1";
version = "2024.5.2";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "dask";
repo = "dask-image";
rev = "refs/tags/v${version}";
hash = "sha256-BNjftLs/hle2EWkLBOT8r2nSOxKZzPixAE4fOfNSFIs=";
hash = "sha256-smoiGSY7ou4zPRf0+6bRoViZDwNFBIwq+Mk8Tc9vniM=";
};
build-system = [