guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-certifi: Update to 2015.11.20.1.


From: Efraim Flashner
Subject: 01/01: gnu: python-certifi: Update to 2015.11.20.1.
Date: Fri, 11 Dec 2015 13:23:13 +0000

efraim pushed a commit to branch master
in repository guix.

commit 9a41f4439d0470bd42d611d5f25bed1bfc6ecc76
Author: Efraim Flashner <address@hidden>
Date:   Fri Dec 11 15:12:39 2015 +0200

    gnu: python-certifi: Update to 2015.11.20.1.
    
    * gnu/packages/python.scm (python-certifi): Update to 2015.11.20.1.
    [source]: Change to pypi syntax.
---
 gnu/packages/python.scm |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 647dbd4..5880cac 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2113,16 +2113,13 @@ files.")
 (define-public python-certifi
   (package
     (name "python-certifi")
-    (version "14.05.14")
+    (version "2015.11.20.1")
     (source (origin
               (method url-fetch)
-              (uri
-               (string-append
-                "https://pypi.python.org/packages/source/c/certifi/certifi-";
-                version ".tar.gz"))
+              (uri (pypi-uri "certifi" version))
               (sha256
                (base32
-                "0s8vxzfz6s4m6fvxc7z25k9j35w0rh6jkw3wwcd1az1mssncn6qy"))))
+                "05lgwf9rz1kn465azy2bpb3zmpnsn9gkypbhnjlclchv98ssgc1h"))))
     (build-system python-build-system)
     (inputs
      `(("python-setuptools" ,python-setuptools)))



reply via email to

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