python3Packages.imageio: 2.37.1 -> 2.37.2

Diff: https://github.com/imageio/imageio/compare/v2.37.1...v2.37.2

Changelog: https://github.com/imageio/imageio/blob/v2.37.2/CHANGELOG.md
This commit is contained in:
Gaetan Lepage
2025-11-04 21:17:20 +00:00
parent 11e7855a4e
commit fff8ea8330
@@ -43,14 +43,14 @@ in
buildPythonPackage rec {
pname = "imageio";
version = "2.37.1";
version = "2.37.2";
pyproject = true;
src = fetchFromGitHub {
owner = "imageio";
repo = "imageio";
tag = "v${version}";
hash = "sha256-eNS++8pD+m51IxRR23E98K0f3rwNez/UiByA+PSfUH8=";
hash = "sha256-8wKTcmnep67zBMYgd6Gpr3wRCIrzYaqfytL1o7iBNAk=";
};
postPatch = lib.optionalString (!stdenv.hostPlatform.isDarwin) ''