Merge pull request #273488 from GaetanLepage/imageio

python311Packages.imageio: 2.33.0 -> 2.33.1
This commit is contained in:
Nick Cao 2023-12-11 10:45:13 -05:00 committed by GitHub
commit 0db55faf29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@
buildPythonPackage rec {
pname = "imageio";
version = "2.33.0";
version = "2.33.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -40,7 +40,7 @@ buildPythonPackage rec {
owner = "imageio";
repo = "imageio";
rev = "refs/tags/v${version}";
hash = "sha256-WoCycrJxo0vyV9LiWnEag1wbld3EJWu8mks8TnYt2+A=";
hash = "sha256-1Q1KKQmla/iHb5KbJZZmkpBT2j9uIwy8YDAJ7qDDC4Q=";
};
patches = lib.optionals (!stdenv.isDarwin) [