summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2016-12-31 16:39:40 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2016-12-31 16:51:54 +0100
commitae476d01da33feba044f241107494702024e8b79 (patch)
tree744320353c17a7f0c864aeee9ab4acfaa61ac9ef
parentf165648e1b96127d62e8fc662abe13916e28a4b3 (diff)
downloadguix-patches-ae476d01da33feba044f241107494702024e8b79.tar
guix-patches-ae476d01da33feba044f241107494702024e8b79.tar.gz
gnu: python-ndg-httpsclient: Update to 0.4.2.
* gnu/packages/python.scm (python-ndg-httpsclient): Update to 0.4.2.
-rw-r--r--gnu/packages/python.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 7cc159fb52..98d1a414d4 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -7848,7 +7848,7 @@ be set via config files and/or environment variables.")
(define-public python-ndg-httpsclient
(package
(name "python-ndg-httpsclient")
- (version "0.4.0")
+ (version "0.4.2")
(source (origin
(method url-fetch)
(uri (string-append
@@ -7856,7 +7856,7 @@ be set via config files and/or environment variables.")
"ndg_httpsclient-" version ".tar.gz"))
(sha256
(base32
- "0x32ibixm3vv5m9xfk83xsqm8xcqw4dd0khbh6qbri6rxgymbhg8"))))
+ "1b5qirv46v4dpnmfqviwq42mdwfcby4dxmz0i41wad2337pqf2aq"))))
(build-system python-build-system)
(arguments
'(;; The tests appear to require networking.