mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06: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:
parent
1f024990dd
commit
8cfdc118c6
1 changed files with 11 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue