Merge pull request #313574 from GaetanLepage/dask-image

python311Packages.dask-image: 2024.5.2 -> 2024.5.3
This commit is contained in:
OTABI Tomoya 2024-05-22 21:24:04 +09:00 committed by GitHub
commit 404a657cad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "dask-image";
version = "2024.5.2";
version = "2024.5.3";
pyproject = true;
disabled = pythonOlder "3.9";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "dask";
repo = "dask-image";
rev = "refs/tags/v${version}";
hash = "sha256-smoiGSY7ou4zPRf0+6bRoViZDwNFBIwq+Mk8Tc9vniM=";
hash = "sha256-kXCAqJ2Zgo/2Khvo2YcK+n4oGM219GyQ2Hsq9re1Lac=";
};
build-system = [