guix-commits
[Top][All Lists]
Advanced

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

03/15: gnu: python-certifi: Update to 2021.10.8.


From: guix-commits
Subject: 03/15: gnu: python-certifi: Update to 2021.10.8.
Date: Sun, 13 Feb 2022 09:18:11 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 4a739062f7b7a36b874b79fddd4d5dc972df8d5b
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jan 22 15:50:09 2022 +0100

    gnu: python-certifi: Update to 2021.10.8.
    
    * gnu/packages/python-crypto.scm (python-certifi): Update to 2021.10.8.
---
 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 e49ccdf1f2..3ff96e0ce1 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -459,13 +459,13 @@ for example, for recording or replaying web content.")
 (define-public python-certifi
   (package
     (name "python-certifi")
-    (version "2020.12.5")
+    (version "2021.10.8")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "certifi" version))
               (sha256
                (base32
-                "177mdbw0livdjvp17sz6wsfrc32838m9y59v871gpgv2888raj8s"))))
+                "0wl8ln7acd797i1q7mmb430l6hqwhmk4bd37x8ycw02b3my4x23q"))))
     (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]