gnu: python-certifi: Update to 2020.12.5.

* gnu/packages/python-crypto.scm (python-certifi): Update to 2020.12.5.
This commit is contained in:
Marius Bakke 2020-12-12 17:41:34 +01:00
parent f609faae5f
commit 07ecec4132
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -476,13 +476,13 @@ (define-public python-keyrings.alt
(define-public python-certifi (define-public python-certifi
(package (package
(name "python-certifi") (name "python-certifi")
(version "2020.11.8") (version "2020.12.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "certifi" version)) (uri (pypi-uri "certifi" version))
(sha256 (sha256
(base32 (base32
"1x4w18gm71dbwys5g2mbcnbw27b3dvphj5d56icg5ys45h4yypgh")))) "177mdbw0livdjvp17sz6wsfrc32838m9y59v871gpgv2888raj8s"))))
(build-system python-build-system) (build-system python-build-system)
(arguments '(#:tests? #f)) ;no tests (arguments '(#:tests? #f)) ;no tests
(home-page "https://certifi.io/") (home-page "https://certifi.io/")