mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: python-ndg-httpsclient: Update to 0.4.2.
* gnu/packages/python.scm (python-ndg-httpsclient): Update to 0.4.2.
This commit is contained in:
parent
f165648e1b
commit
ae476d01da
1 changed files with 2 additions and 2 deletions
|
@ -7848,7 +7848,7 @@ (define-public python2-configargparse
|
|||
(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 @@ (define-public python-ndg-httpsclient
|
|||
"ndg_httpsclient-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0x32ibixm3vv5m9xfk83xsqm8xcqw4dd0khbh6qbri6rxgymbhg8"))))
|
||||
"1b5qirv46v4dpnmfqviwq42mdwfcby4dxmz0i41wad2337pqf2aq"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
'(;; The tests appear to require networking.
|
||||
|
|
Loading…
Reference in a new issue