python3Packages.pillow-heif: 1.1.1 -> 1.2.0

https://github.com/bigcat88/pillow_heif/releases/tag/v1.2.0
This commit is contained in:
Martin Weinelt
2026-02-01 17:40:56 +01:00
parent ef3b392399
commit ec9a6e307c
@@ -27,14 +27,14 @@
buildPythonPackage rec {
pname = "pillow-heif";
version = "1.1.1";
version = "1.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "bigcat88";
repo = "pillow_heif";
tag = "v${version}";
hash = "sha256-hYBQA9DcY87e17SezK853xF6tRk8DoStmFryb/tQdRk=";
hash = "sha256-szpS6sl/Wj8nBZ2cYUt3r+8TvZKaB0DngGjjyG3kYrg=";
};
postPatch = ''