gnu: python-pillow: Update to 6.2.1.

* gnu/packages/python-xyz.scm (python-pillow): Update to 6.2.1.
This commit is contained in:
Efraim Flashner 2019-12-02 11:13:18 +02:00
parent 0c4e1c5fbf
commit 5fbdd917b7
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4677,14 +4677,14 @@ (define-public python2-olefile
(define-public python-pillow
(package
(name "python-pillow")
(version "6.1.0")
(version "6.2.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Pillow" version))
(sha256
(base32
"1pnrsz0f0n0c819v1pdr8j6rm8xvhc9f3kh1fv9xpdp9n5ygf108"))))
"1c8wkzc58f5wdh006jvmwdk3wxld1xgagcbdvj7iv17qi0m9fkmz"))))
(build-system python-build-system)
(native-inputs
`(("python-pytest" ,python-pytest)))