me
/
guix
Archived
1
0
Fork 0

gnu: : Update to v9.0.0.post1.

* gnu/packages/python-xyz.scm (): Update to v9.0.0.post1.
master
Maxim Cournoyer 2022-03-22 22:57:39 -04:00
parent 4b3b873344
commit 4a82826379
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -7250,7 +7250,7 @@ a general image processing tool.")
(package
(inherit python-pillow)
(name "python-pillow-simd")
(version "9.0.0")
(version "v9.0.0.post1")
;; The PyPI tarball does not include test files.
(source
(origin
@ -7260,7 +7260,7 @@ a general image processing tool.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0pxvfyzxzgk18mhm7xh5n19s88bpwaah5cm60p4c239phspzprdb"))))
(base32 "1dnvsln451aw3qy2cxg2ndd5mcanf5nrhxw9l7mcam730635hdm9"))))
(inputs
(modify-inputs (package-inputs python-pillow)
(prepend libraqm libimagequant)))