guix-commits
[Top][All Lists]
Advanced

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

05/21: gnu: python-certifi: Update to 2022.6.15.


From: guix-commits
Subject: 05/21: gnu: python-certifi: Update to 2022.6.15.
Date: Thu, 23 Jun 2022 13:56:42 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 9acd1a150f083a8f131d9399bb3e45c358c6a39c
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Jun 23 18:56:08 2022 +0200

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