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
@@ -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 = [