3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-pillow: Update to 5.4.1.

I'm looking at this, as this release fixes an issue with the Django testsuite:

https://github.com/python-pillow/Pillow/pull/3525

* gnu/packages/python.scm (python-pillow): Update to 5.4.1.
This commit is contained in:
Christopher Baines 2019-01-13 17:09:52 +00:00
parent 14bba460ab
commit c4aa1ebc81
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -4075,14 +4075,14 @@ the OleFileIO module from PIL, the Python Image Library.")
(define-public python-pillow
(package
(name "python-pillow")
(version "5.4.0")
(version "5.4.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Pillow" version))
(sha256
(base32
"0qrkcjszym7ixffg5zphhp8a07w8w11yyc2ylcbdrhwm771z316m"))))
"17waygkhhzjd75kajlfw9v57mbb41lcpg6cvkdijqd7smm76ccsj"))))
(build-system python-build-system)
(native-inputs
`(("python-pytest" ,python-pytest)))