gnu: python-certifi: Update to 2018.8.13.

* gnu/packages/python-crypto.scm (python-certifi): Update to 2018.8.13.
This commit is contained in:
Marius Bakke 2018-08-22 17:25:58 +02:00
parent 00ffbfd394
commit 064732bd0c
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -338,13 +338,13 @@ password storage.")
(define-public python-certifi (define-public python-certifi
(package (package
(name "python-certifi") (name "python-certifi")
(version "2017.1.23") (version "2018.8.13")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "certifi" version)) (uri (pypi-uri "certifi" version))
(sha256 (sha256
(base32 (base32
"1klrzl3hgvcf2mjk00g0k3kk1p2z27vzwnxivwar4vhjmjvpz1w1")))) "1x7jy10rz3100g9iw7c2czcw2z4lqfaalsd8yg991l4d82hnh7ac"))))
(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")