gnu: python-certifi: Update to 2019.3.9.
* gnu/packages/python-crypto.scm (python-certifi): Update to 2019.3.9.
This commit is contained in:
parent
177bc62d63
commit
3b5671a3fa
1 changed files with 2 additions and 2 deletions
|
@ -336,13 +336,13 @@ password storage.")
|
||||||
(define-public python-certifi
|
(define-public python-certifi
|
||||||
(package
|
(package
|
||||||
(name "python-certifi")
|
(name "python-certifi")
|
||||||
(version "2018.11.29")
|
(version "2019.3.9")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "certifi" version))
|
(uri (pypi-uri "certifi" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dvccavd2fzq4j37w0sznylp92ps14zi6gvlxzm23in0yhzciya7"))))
|
"1bnpw7hrf9i1l9gfxjnzi45hkrvzz0pyn9ia8m4mw7sxhgb08qdj"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(home-page "https://certifi.io/")
|
(home-page "https://certifi.io/")
|
||||||
(synopsis "Python CA certificate bundle")
|
(synopsis "Python CA certificate bundle")
|
||||||
|
|
Reference in a new issue