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

View File

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