unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#41589] [PATCH] gnu: python-certifi: Update to 2019.11.28.
@ 2020-05-29  6:30 Hamzeh Nasajpour
  2020-05-29 16:08 ` bug#41589: " Ludovic Courtès
  2020-05-29 16:16 ` [bug#41589] " Ludovic Courtès
  0 siblings, 2 replies; 4+ messages in thread
From: Hamzeh Nasajpour @ 2020-05-29  6:30 UTC (permalink / raw)
  To: 41589

* gnu/packages/python-crypto.scm (python-certifi): Update to 2019.11.28.
---
 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 fc451e83ef..54dae6e4db 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -448,13 +448,13 @@ risk.")
 (define-public python-certifi
   (package
     (name "python-certifi")
-    (version "2019.3.9")
+    (version "2019.11.28")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "certifi" version))
               (sha256
                (base32
-                "1bnpw7hrf9i1l9gfxjnzi45hkrvzz0pyn9ia8m4mw7sxhgb08qdj"))))
+                "07qg6864bk4qxa8akr967amlmsq9v310hp039mcpjx6dliylrdi5"))))
     (build-system python-build-system)
     (home-page "https://certifi.io/")
     (synopsis "Python CA certificate bundle")
-- 
2.26.0




^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-05-29 18:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-29  6:30 [bug#41589] [PATCH] gnu: python-certifi: Update to 2019.11.28 Hamzeh Nasajpour
2020-05-29 16:08 ` bug#41589: " Ludovic Courtès
2020-05-29 16:16 ` [bug#41589] " Ludovic Courtès
2020-05-29 18:26   ` bug#41589: " Marius Bakke

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).