mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pillow-simd: Update to 9.3.0.
* gnu/packages/python-xyz.scm (python-pillow-simd): Update to 9.3.0. Change-Id: Ic4afc8399b0f9d8dd163ef17bfa813f54e2eff37
This commit is contained in:
parent
9a42b1547d
commit
d3c6ab8d6c
1 changed files with 2 additions and 2 deletions
|
@ -10433,7 +10433,7 @@ a general image processing tool.")
|
|||
(package
|
||||
(inherit python-pillow)
|
||||
(name "python-pillow-simd")
|
||||
(version "9.2.0")
|
||||
(version "9.3.0")
|
||||
;; The PyPI tarball does not include test files.
|
||||
(source
|
||||
(origin
|
||||
|
@ -10443,7 +10443,7 @@ a general image processing tool.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "13wwq7slw2q9djh7n39qdmlrzd9k3x7hdr36wk8qbgp3b6bcgvj6"))))
|
||||
(base32 "0qnvpwzlx4rfz17qmsipr5iwzmh8xgmzvc79spnrmqibk3s18vyi"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue