python313Packages.pillow-heif: 0.21.0 -> 0.22.0

https://github.com/bigcat88/pillow_heif/releases/tag/v0.22.0
This commit is contained in:
Martin Weinelt
2025-04-03 23:10:34 +02:00
parent 14923d2126
commit a3f2df6f5a
@@ -27,14 +27,14 @@
buildPythonPackage rec {
pname = "pillow-heif";
version = "0.21.0";
version = "0.22.0";
pyproject = true;
src = fetchFromGitHub {
owner = "bigcat88";
repo = "pillow_heif";
tag = "v${version}";
hash = "sha256-wmxfFapcd7vduR4tQ3grAhqS35GsNvYA/mCFscQ3aDs=";
hash = "sha256-xof6lFb0DhmWVmYuBNslcGZs82NRkcgZgt+SX9gsrBY=";
};
postPatch = ''