mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pillow-simd: Update to 9.2.0.
* gnu/packages/python-xyz.scm (python-pillow-simd): Update to 9.2.0.
This commit is contained in:
parent
9e1cbc62e5
commit
d071bc5a82
1 changed files with 3 additions and 3 deletions
|
@ -8155,17 +8155,17 @@ a general image processing tool.")
|
||||||
(package
|
(package
|
||||||
(inherit python-pillow)
|
(inherit python-pillow)
|
||||||
(name "python-pillow-simd")
|
(name "python-pillow-simd")
|
||||||
(version "9.0.0.post1")
|
(version "9.2.0")
|
||||||
;; The PyPI tarball does not include test files.
|
;; The PyPI tarball does not include test files.
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/uploadcare/pillow-simd")
|
(url "https://github.com/uploadcare/pillow-simd")
|
||||||
(commit (string-append "v" version))))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1dnvsln451aw3qy2cxg2ndd5mcanf5nrhxw9l7mcam730635hdm9"))))
|
(base32 "13wwq7slw2q9djh7n39qdmlrzd9k3x7hdr36wk8qbgp3b6bcgvj6"))))
|
||||||
(inputs
|
(inputs
|
||||||
(modify-inputs (package-inputs python-pillow)
|
(modify-inputs (package-inputs python-pillow)
|
||||||
(prepend libraqm libimagequant)))
|
(prepend libraqm libimagequant)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue