gnu: python-pillow: Update to 3.1.1 [fixes CVE-2016-{0740, 0775}].

* gnu/packages/python.scm (python-pillow, python2-pillow): Update to 3.1.1.
master
Leo Famulari 2016-02-08 00:25:40 -05:00
parent 3d4f9d5cde
commit 16095d2729
1 changed files with 2 additions and 2 deletions

View File

@ -3645,14 +3645,14 @@ services for your Python modules and applications.")
(define-public python-pillow (define-public python-pillow
(package (package
(name "python-pillow") (name "python-pillow")
(version "3.1.0") (version "3.1.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "Pillow" version)) (uri (pypi-uri "Pillow" version))
(sha256 (sha256
(base32 (base32
"00xhs4g8rfzpcqqfg4rlhfj4yk0a1k411ic6aqfsyiv3qkq7flp1")))) "1zwzakr5v0skdh0azp5cd6fwzbll5305dsk33k5jk570vv6lqvs8"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("python-setuptools" ,python-setuptools) `(("python-setuptools" ,python-setuptools)