gnu: python-pillow-simd: Update to 9.0.0.

* gnu/packages/python-xyz.scm (python-pillow-simd): Update to 9.0.0.
[arguments]: Remove field.
This commit is contained in:
Efraim Flashner 2022-01-23 20:44:43 +02:00
parent ac50b3c29d
commit 8ef0473969
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -7182,7 +7182,7 @@ (define-public python-pillow-simd
(package
(inherit python-pillow)
(name "python-pillow-simd")
(version "7.1.2")
(version "9.0.0")
;; The PyPI tarball does not include test files.
(source
(origin
@ -7192,16 +7192,7 @@ (define-public python-pillow-simd
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0w11np4cybamry3jsg70x747c79zwjzfq0xiprfp6c186rd6nzp9"))))
(arguments
(substitute-keyword-arguments
(package-arguments python-pillow)
((#:phases phases)
`(modify-phases ,phases
(add-after 'unpack 'make-tests-writable
(lambda _
(for-each make-file-writable (find-files "Tests"))
#t))))))
(base32 "0pxvfyzxzgk18mhm7xh5n19s88bpwaah5cm60p4c239phspzprdb"))))
(inputs
(modify-inputs (package-inputs python-pillow)
(prepend libraqm libimagequant)))