python312Packages.pillow-heif: 0.15.0 -> 0.16.0

This commit is contained in:
R. Ryantm 2024-04-02 01:46:28 +00:00
parent ebde306504
commit 83a365d00e
1 changed files with 2 additions and 2 deletions

View File

@ -27,14 +27,14 @@
buildPythonPackage rec {
pname = "pillow-heif";
version = "0.15.0";
version = "0.16.0";
pyproject = true;
src = fetchFromGitHub {
owner = "bigcat88";
repo = "pillow_heif";
rev = "refs/tags/v${version}";
hash = "sha256-zSPbOb7+U45Vmad6IwNtkunLXdT3ledKAE4QWlSeP0g=";
hash = "sha256-TpK6VK2YoOtc4ueag33m5n1umcUWOUgcda/MZEEOR7g=";
};
postPatch = ''