gnu: Add python-pillow-heif-0.22.

* gnu/packages/python-xyz.scm (python-pillow-heif-0.22): New variable.
This commit is contained in:
Liliana Marie Prikler 2025-10-28 08:16:58 +01:00
parent 1f024990dd
commit 8cfdc118c6
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -12600,6 +12600,17 @@ a general image processing tool.")
and a plugin for Pillow.")
(license license:bsd-3)))
(define-public python-pillow-heif-0.22
(package
(inherit python-pillow-heif)
(version "0.22.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pillow_heif" version))
(sha256
(base32 "16mkap63d14f69105b3bm8pi64fvpdznncgn48vhgls0jf977m31"))))))
(define-public python-pixelmatch
(package
(name "python-pixelmatch")