guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: python-pillow: Update to 3.1.0.


From: Efraim Flashner
Subject: 01/03: gnu: python-pillow: Update to 3.1.0.
Date: Mon, 01 Feb 2016 04:29:12 +0000

efraim pushed a commit to branch master
in repository guix.

commit f1d9231d9aa59903f1662fc94cf892b2fce21901
Author: Efraim Flashner <address@hidden>
Date:   Sun Jan 31 15:10:53 2016 +0200

    gnu: python-pillow: Update to 3.1.0.
    
    * gnu/packages/python.scm (python-pillow): Update to 3.1.0.
    [source]: Change to pypi uri syntax.
---
 gnu/packages/python.scm |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 82a9cfc..987b323 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3657,15 +3657,14 @@ services for your Python modules and applications.")
 (define-public python-pillow
   (package
     (name "python-pillow")
-    (version "3.0.0")
+    (version "3.1.0")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://pypi.python.org/packages/source/P/";
-                           "Pillow/Pillow-" version ".tar.gz"))
+       (uri (pypi-uri "Pillow" version))
        (sha256
         (base32
-         "1fsl6sywd4f4axvbpy5h5h26l6w8592j0f1wcnj1hmgy83svwl5d"))))
+         "00xhs4g8rfzpcqqfg4rlhfj4yk0a1k411ic6aqfsyiv3qkq7flp1"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-setuptools" ,python-setuptools)



reply via email to

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