[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: python-pillow: Update to 8.1.1 [security fix
From: |
guix-commits |
Subject: |
branch master updated: gnu: python-pillow: Update to 8.1.1 [security fixes]. |
Date: |
Wed, 03 Mar 2021 15:02:30 -0500 |
This is an automated email from the git hooks/post-receive script.
lle_bout pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 3aacc9f gnu: python-pillow: Update to 8.1.1 [security fixes].
3aacc9f is described below
commit 3aacc9f1dae2f68d623dae540fa050f1a87d2519
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Wed Mar 3 21:01:29 2021 +0100
gnu: python-pillow: Update to 8.1.1 [security fixes].
* gnu/packages/python-xyz.scm (python-pillow): Update to 8.1.1.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e318329..d9de9bc 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: python-pillow: Update to 8.1.1 [security fixes].,
guix-commits <=