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 8.0.1.

* gnu/packages/python-xyz.scm (python-pillow): Update to 8.0.1.
This commit is contained in:
Maxim Cournoyer 2020-11-19 09:05:42 -05:00
parent b5b548efc5
commit 8d7dfa1914
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -5625,14 +5625,14 @@ the OleFileIO module from PIL, the Python Image Library.")
(define-public python-pillow
(package
(name "python-pillow")
(version "6.2.1")
(version "8.0.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Pillow" version))
(sha256
(base32
"1c8wkzc58f5wdh006jvmwdk3wxld1xgagcbdvj7iv17qi0m9fkmz"))))
"17pv0flaqqfld9m4lz8ayxyqb11gbbmr7w04mw4ar79cn3lwdi8i"))))
(build-system python-build-system)
(native-inputs
`(("python-pytest" ,python-pytest)))