3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.imageio: 2.19.3 -> 2.22.0

https://github.com/imageio/imageio/releases/tag/v2.22.0
This commit is contained in:
Luflosi 2022-09-17 20:16:42 +02:00
parent 40dcadc3f3
commit 4b6a5fc430
No known key found for this signature in database
GPG key ID: 4E41E29EDCC345D0

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;
};