me
/
guix
Archived
1
0
Fork 0

gnu: python-ndg-httpsclient: Update to 0.4.2.

* gnu/packages/python.scm (python-ndg-httpsclient): Update to 0.4.2.
master
Tobias Geerinckx-Rice 2016-12-31 16:39:40 +01:00
parent f165648e1b
commit ae476d01da
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -7848,7 +7848,7 @@ be set via config files and/or environment variables.")
(define-public python-ndg-httpsclient (define-public python-ndg-httpsclient
(package (package
(name "python-ndg-httpsclient") (name "python-ndg-httpsclient")
(version "0.4.0") (version "0.4.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -7856,7 +7856,7 @@ be set via config files and/or environment variables.")
"ndg_httpsclient-" version ".tar.gz")) "ndg_httpsclient-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0x32ibixm3vv5m9xfk83xsqm8xcqw4dd0khbh6qbri6rxgymbhg8")))) "1b5qirv46v4dpnmfqviwq42mdwfcby4dxmz0i41wad2337pqf2aq"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(;; The tests appear to require networking. '(;; The tests appear to require networking.