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.0.0.


From: Andreas Enge
Subject: 01/01: gnu: python-pillow: Update to 3.0.0.
Date: Tue, 08 Dec 2015 22:28:03 +0000

andreas pushed a commit to branch master
in repository guix.

commit 7fbee931a5565a009e23f785c5874a55a905626f
Author: Andreas Enge <address@hidden>
Date:   Fri Oct 23 20:59:28 2015 +0200

    gnu: python-pillow: Update to 3.0.0.
    
    * gnu/packages/python.scm (python-pillow, python2-pillow): Update to 3.0.0.
---
 gnu/packages/python.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index d01c1d3..9fe945e 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3604,7 +3604,7 @@ services for your Python modules and applications.")
 (define-public python-pillow
   (package
     (name "python-pillow")
-    (version "2.8.1")
+    (version "3.0.0")
     (source
      (origin
        (method url-fetch)
@@ -3612,7 +3612,7 @@ services for your Python modules and applications.")
                            "Pillow/Pillow-" version ".tar.gz"))
        (sha256
         (base32
-         "15n92axxph2s3kvg68bki9gv3nzwgq7130kp7wbblpi1l0cc2q47"))))
+         "1fsl6sywd4f4axvbpy5h5h26l6w8592j0f1wcnj1hmgy83svwl5d"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-setuptools" ,python-setuptools)



reply via email to

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