diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-08-22 17:25:58 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-08-22 18:01:10 +0200 |
commit | 064732bd0c3bb43a07da30bdfc39e0ac255550b4 (patch) | |
tree | 9b157816b35004743ccbeab31f29aedbeeaa2f38 /gnu/packages/python-crypto.scm | |
parent | 00ffbfd39416e91e1d0e3ce1ee5337a7a2665dfd (diff) | |
download | patches-064732bd0c3bb43a07da30bdfc39e0ac255550b4.tar patches-064732bd0c3bb43a07da30bdfc39e0ac255550b4.tar.gz |
gnu: python-certifi: Update to 2018.8.13.
* gnu/packages/python-crypto.scm (python-certifi): Update to 2018.8.13.
Diffstat (limited to 'gnu/packages/python-crypto.scm')
-rw-r--r-- | gnu/packages/python-crypto.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index ed8aa836fd..267f769402 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm @@ -338,13 +338,13 @@ password storage.") (define-public python-certifi (package (name "python-certifi") - (version "2017.1.23") + (version "2018.8.13") (source (origin (method url-fetch) (uri (pypi-uri "certifi" version)) (sha256 (base32 - "1klrzl3hgvcf2mjk00g0k3kk1p2z27vzwnxivwar4vhjmjvpz1w1")))) + "1x7jy10rz3100g9iw7c2czcw2z4lqfaalsd8yg991l4d82hnh7ac")))) (build-system python-build-system) (home-page "https://certifi.io/") (synopsis "Python CA certificate bundle") |