me
/
guix
Archived
1
0
Fork 0

gnu: python-pillow: Update to 8.1.1 [security fixes].

* gnu/packages/python-xyz.scm (python-pillow): Update to 8.1.1.
master
Léo Le Bouter 2021-03-03 21:01:29 +01:00
parent 1e1549a7a7
commit 3aacc9f1da
No known key found for this signature in database
GPG Key ID: 45A8B1E86BCD10A6
1 changed files with 2 additions and 2 deletions

View File

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