mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-09 14:40:36 +02:00
gnu: Add python-pillow-heif-0.22.
* gnu/packages/python-xyz.scm (python-pillow-heif-0.22): New variable.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user