guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: python-pillow: Update to 3.3.3 [fixes CVE-2016-{9189, 9190}]


From: Leo Famulari
Subject: 01/01: gnu: python-pillow: Update to 3.3.3 [fixes CVE-2016-{9189, 9190}].
Date: Thu, 10 Nov 2016 23:17:59 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit aba5182c6954cecec92807bfc60207c417fcc5dc
Author: Leo Famulari <address@hidden>
Date:   Thu Nov 10 18:14:42 2016 -0500

    gnu: python-pillow: Update to 3.3.3 [fixes CVE-2016-{9189,9190}].
    
    * gnu/packages/python.scm (python-pillow, python2-pillow): Update to 3.3.3.
---
 gnu/packages/python.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 8cc3de6..59aebf8 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4160,14 +4160,14 @@ services for your Python modules and applications.")
 (define-public python-pillow
   (package
     (name "python-pillow")
-    (version "3.3.1")
+    (version "3.3.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Pillow" version))
        (sha256
         (base32
-         "1w9x3dfrg8b5lqhpjl0fczfyf9842wbqwgxbjjq4vfpxv5jwm49l"))))
+         "0xkv0p1d73gz0a1qaasf0ai4262g8f334j07vd60bjrxs2wr3nmj"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-setuptools" ,python-setuptools)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]