mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: python-certifi: Update to 2020.11.8.
* gnu/packages/python-crypto.scm (python-certifi): Update to 2020.11.8.
This commit is contained in:
parent
be8a0881f1
commit
84d1b500f0
1 changed files with 2 additions and 2 deletions
|
@ -476,13 +476,13 @@ (define-public python-keyrings.alt
|
|||
(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/")
|
||||
|
|
Loading…
Reference in a new issue