python3Packages.imagecodecs: 2025.3.30 -> 2025.8.2

This commit was automatically generated using update-python-libraries.

Changed files
+4 -4
pkgs
development
python-modules
imagecodecs
+4 -4
pkgs/development/python-modules/imagecodecs/default.nix
···
}:
let
-
version = "2025.3.30";
in
-
buildPythonPackage {
pname = "imagecodecs";
inherit version;
pyproject = true;
···
owner = "cgohlke";
repo = "imagecodecs";
tag = "v${version}";
-
hash = "sha256-KtrQNABQOr3mNiWOfaZBcFceSCixPGV8Hte2uPKn1+k=";
};
build-system = [
···
meta = {
description = "Image transformation, compression, and decompression codecs";
homepage = "https://github.com/cgohlke/imagecodecs";
-
changelog = "https://github.com/cgohlke/imagecodecs/blob/v${version}/CHANGES.rst";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ yzx9 ];
};
···
}:
let
+
version = "2025.8.2";
in
+
buildPythonPackage rec {
pname = "imagecodecs";
inherit version;
pyproject = true;
···
owner = "cgohlke";
repo = "imagecodecs";
tag = "v${version}";
+
hash = "sha256-HDyA5SQNZe9G83ARfvD4AAIIos8Oatp+RhnEQTdnRp4=";
};
build-system = [
···
meta = {
description = "Image transformation, compression, and decompression codecs";
homepage = "https://github.com/cgohlke/imagecodecs";
+
changelog = "https://github.com/cgohlke/imagecodecs/blob/${src.tag}/CHANGES.rst";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ yzx9 ];
};