python3Packages.imagecodecs: 2025.8.2 -> 2026.1.14

https://github.com/cgohlke/imagecodecs/blob/v2026.1.14/CHANGES.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:18 +01:00
parent 8b20fd99c6
commit d734e63d3d
@@ -29,7 +29,7 @@
}:
let
version = "2025.8.2";
version = "2026.1.14";
in
buildPythonPackage rec {
pname = "imagecodecs";
@@ -40,7 +40,7 @@ buildPythonPackage rec {
owner = "cgohlke";
repo = "imagecodecs";
tag = "v${version}";
hash = "sha256-HDyA5SQNZe9G83ARfvD4AAIIos8Oatp+RhnEQTdnRp4=";
hash = "sha256-1q1CF6kIWQEcKRa+ah/MVlSZg8524bn/UbRn3IF6M6I=";
};
build-system = [