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:
Efraim Flashner 2019-04-06 22:50:39 +03:00
parent 177bc62d63
commit 3b5671a3fa
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -336,13 +336,13 @@ password storage.")
(define-public python-certifi
(package
(name "python-certifi")
(version "2018.11.29")
(version "2019.3.9")
(source (origin
(method url-fetch)
(uri (pypi-uri "certifi" version))
(sha256
(base32
"1dvccavd2fzq4j37w0sznylp92ps14zi6gvlxzm23in0yhzciya7"))))
"1bnpw7hrf9i1l9gfxjnzi45hkrvzz0pyn9ia8m4mw7sxhgb08qdj"))))
(build-system python-build-system)
(home-page "https://certifi.io/")
(synopsis "Python CA certificate bundle")