mbakke pushed a commit to branch core-updates
in repository guix.
commit 064732bd0c3bb43a07da30bdfc39e0ac255550b4
Author: Marius Bakke <[email protected]>
Date: Wed Aug 22 17:25:58 2018 +0200
gnu: python-certifi: Update to 2018.8.13.
* gnu/packages/python-crypto.scm (python-certifi): Update to 2018.8.13.
---
gnu/packages/python-crypto.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index ed8aa83..267f769 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")