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


From: Efraim Flashner
Subject: 01/01: gnu: python-certifi: Update to 2016.8.31.
Date: Wed, 26 Oct 2016 11:32:44 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit b2a2232c33e34aab6de02eb72c56494e006abc9d
Author: ng0 <address@hidden>
Date:   Tue Sep 13 01:38:17 2016 +0000

    gnu: python-certifi: Update to 2016.8.31.
    
    * gnu/packages/python.scm (python-certifi): Update to 2016.8.31.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 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 2407368..cff9897 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2276,13 +2276,13 @@ files.")
 (define-public python-certifi
   (package
     (name "python-certifi")
-    (version "2015.11.20.1")
+    (version "2016.8.31")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "certifi" version))
               (sha256
                (base32
-                "05lgwf9rz1kn465azy2bpb3zmpnsn9gkypbhnjlclchv98ssgc1h"))))
+                "06c9dcyv8ss050gkv5xjivbxhm6qm0s9vzy4r33wqabgv118lw7p"))))
     (build-system python-build-system)
     (inputs
      `(("python-setuptools" ,python-setuptools)))



reply via email to

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