guix-commits
[Top][All Lists]
Advanced

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

18/40: gnu: python-certifi: Update to 2020.12.5.


From: guix-commits
Subject: 18/40: gnu: python-certifi: Update to 2020.12.5.
Date: Sun, 13 Dec 2020 15:46:17 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 07ecec4132c9254951f893564d526c3e718c0271
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Dec 12 17:41:34 2020 +0100

    gnu: python-certifi: Update to 2020.12.5.
    
    * gnu/packages/python-crypto.scm (python-certifi): Update to 2020.12.5.
---
 gnu/packages/python-crypto.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 6d0f0c7..ce22cc0 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -476,13 +476,13 @@ risk.")
 (define-public python-certifi
   (package
     (name "python-certifi")
-    (version "2020.11.8")
+    (version "2020.12.5")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "certifi" version))
               (sha256
                (base32
-                "1x4w18gm71dbwys5g2mbcnbw27b3dvphj5d56icg5ys45h4yypgh"))))
+                "177mdbw0livdjvp17sz6wsfrc32838m9y59v871gpgv2888raj8s"))))
     (build-system python-build-system)
     (arguments '(#:tests? #f))          ;no tests
     (home-page "https://certifi.io/";)



reply via email to

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