mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: python-certifi: Update to 2022.6.15.
* gnu/packages/python-crypto.scm (python-certifi): Update to 2022.6.15.
This commit is contained in:
parent
e850e361b6
commit
9acd1a150f
1 changed files with 2 additions and 2 deletions
|
@ -421,13 +421,13 @@ for example, for recording or replaying web content.")
|
|||
(define-public python-certifi
|
||||
(package
|
||||
(name "python-certifi")
|
||||
(version "2021.10.8")
|
||||
(version "2022.6.15")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "certifi" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0wl8ln7acd797i1q7mmb430l6hqwhmk4bd37x8ycw02b3my4x23q"))))
|
||||
"03c2l11lgljx0kz17cvdc4hlc3p1594ajdih9zq0a4dig285mj44"))))
|
||||
(build-system python-build-system)
|
||||
(arguments '(#:tests? #f)) ;no tests
|
||||
(home-page "https://certifi.io/")
|
||||
|
|
Loading…
Add table
Reference in a new issue