Merge pull request #193231 from Luflosi/update/python3Packages.imageio

python3Packages.imageio: 2.19.3 -> 2.22.0
This commit is contained in:
Robert Scott 2022-09-29 00:43:21 +01:00 committed by GitHub
commit 357bad603f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,11 +16,11 @@
buildPythonPackage rec {
pname = "imageio";
version = "2.19.3";
version = "2.22.0";
disabled = isPy27;
src = fetchPypi {
sha256 = "sha256-DJ34DkLy7mi+qSAB5/z2EqoUmRDv4EDrdX9c4yMlCuE=";
sha256 = "sha256-ozLRJ+w4ey09ypZ/0GWpDxwaS6I0NXCwP+LOu27QZOo=";
inherit pname version;
};
@ -65,6 +65,6 @@ buildPythonPackage rec {
description = "Library for reading and writing a wide range of image, video, scientific, and volumetric data formats";
homepage = "http://imageio.github.io/";
license = licenses.bsd2;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ Luflosi ];
};
}