mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05: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:
parent
f609faae5f
commit
07ecec4132
1 changed files with 2 additions and 2 deletions
|
@ -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/")
|
||||||
|
|
Loading…
Reference in a new issue