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

python3Packages.imageio: 2.27.0 -> 2.28.0
This commit is contained in:
Guillaume Girol 2023-04-30 14:01:23 +00:00 committed by GitHub
commit bf4ef9cf5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,12 +16,12 @@
buildPythonPackage rec {
pname = "imageio";
version = "2.27.0";
version = "2.28.0";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-7iaclXeF7wNzzHpzIxhZVtg+wF5s3yC0KgO6e3SsWMY=";
hash = "sha256-RndjvbbmFNHqi0Vl5CxT+y6y/UMHpGAelxAqlYwJgSo=";
};
patches = [