guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: python-certifi: Update to 2017.1.23.


From: Tobias Geerinckx-Rice
Subject: 01/06: gnu: python-certifi: Update to 2017.1.23.
Date: Thu, 26 Jan 2017 20:05:24 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit 28576403afb576bfc9f03421055eb92304a9a1bc
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Jan 26 13:20:53 2017 +0100

    gnu: python-certifi: Update to 2017.1.23.
    
    * gnu/packages/python.scm (python-certifi): Update to 2017.1.23.
    [arguments]: Remove: run tests if they're ever added.
    [home-page]: Fix or update.
---
 gnu/packages/python.scm |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 81f9200..4835c34 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2349,16 +2349,15 @@ files.")
 (define-public python-certifi
   (package
     (name "python-certifi")
-    (version "2016.8.31")
+    (version "2017.1.23")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "certifi" version))
               (sha256
                (base32
-                "06c9dcyv8ss050gkv5xjivbxhm6qm0s9vzy4r33wqabgv118lw7p"))))
+                "1klrzl3hgvcf2mjk00g0k3kk1p2z27vzwnxivwar4vhjmjvpz1w1"))))
     (build-system python-build-system)
-    (arguments `(#:tests? #f)) ; no tests
-    (home-page "http://python-requests.org/";)
+    (home-page "https://certifi.io/";)
     (synopsis "Python CA certificate bundle")
     (description
      "Certifi is a Python library that contains a CA certificate bundle, which



reply via email to

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