diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-05-10 13:16:31 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-05-10 19:27:07 +0200 |
commit | d071bc5a8246d5688709fe3e2edbd50b39405bd9 (patch) | |
tree | dcb4ac9643e475fcde39d6a0894c3f5334dad41e | |
parent | 9e1cbc62e54513ce92f7fc282700c87c93bfd25c (diff) |
gnu: python-pillow-simd: Update to 9.2.0.
* gnu/packages/python-xyz.scm (python-pillow-simd): Update to 9.2.0.
-rw-r--r-- | gnu/packages/python-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 9f564bb9ae..1ada80998f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -8155,17 +8155,17 @@ a general image processing tool.") (package (inherit python-pillow) (name "python-pillow-simd") - (version "9.0.0.post1") + (version "9.2.0") ;; The PyPI tarball does not include test files. (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/uploadcare/pillow-simd") - (commit (string-append "v" version)))) + (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1dnvsln451aw3qy2cxg2ndd5mcanf5nrhxw9l7mcam730635hdm9")))) + (base32 "13wwq7slw2q9djh7n39qdmlrzd9k3x7hdr36wk8qbgp3b6bcgvj6")))) (inputs (modify-inputs (package-inputs python-pillow) (prepend libraqm libimagequant))) |