3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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 @@ risk.")
(define-public python-certifi
(package
(name "python-certifi")
(version "2020.11.8")
(version "2020.12.5")
(source (origin
(method url-fetch)
(uri (pypi-uri "certifi" version))
(sha256
(base32
"1x4w18gm71dbwys5g2mbcnbw27b3dvphj5d56icg5ys45h4yypgh"))))
"177mdbw0livdjvp17sz6wsfrc32838m9y59v871gpgv2888raj8s"))))
(build-system python-build-system)
(arguments '(#:tests? #f)) ;no tests
(home-page "https://certifi.io/")