This is an automated email from the git hooks/post-receive script.
apteryx pushed a commit to branch staging
in repository guix.
The following commit(s) were added to refs/heads/staging by this push:
new 84d1b50 gnu: python-certifi: Update to 2020.11.8.
84d1b50 is described below
commit 84d1b500f078b619daba35864c703890bd91e5c2
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Nov 21 00:00:54 2020 -0500
gnu: python-certifi: Update to 2020.11.8.
* gnu/packages/python-crypto.scm (python-certifi): Update to 2020.11.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 a6eb436..0cee05c 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.4.5.1")
+ (version "2020.11.8")
(source (origin
(method url-fetch)
(uri (pypi-uri "certifi" version))
(sha256
(base32
- "06b5gfs7wmmipln8f3z928d2mmx2j4b3x7pnqmj6cvmyfh8v7z2i"))))
+ "1x4w18gm71dbwys5g2mbcnbw27b3dvphj5d56icg5ys45h4yypgh"))))
(build-system python-build-system)
(arguments '(#:tests? #f)) ;no tests
(home-page "https://certifi.io/")