guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/28: gnu: python-ndg-httpsclient: Update to 0.4.4.


From: Tobias Geerinckx-Rice
Subject: 03/28: gnu: python-ndg-httpsclient: Update to 0.4.4.
Date: Fri, 2 Mar 2018 09:53:08 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 6f21aca728cdfd32fb8f64b4805425d297b31429
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Mar 2 00:58:49 2018 +0100

    gnu: python-ndg-httpsclient: Update to 0.4.4.
    
    * gnu/packages/python-web.scm (python-ndg-httpsclient): Update to 0.4.4.
---
 gnu/packages/python-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index dd14446..513a455 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -956,13 +956,13 @@ facilities for defining, registering and looking up 
components.")
 (define-public python-ndg-httpsclient
   (package
     (name "python-ndg-httpsclient")
-    (version "0.4.2")
+    (version "0.4.4")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "ndg_httpsclient" version))
               (sha256
                 (base32
-                  "1b5qirv46v4dpnmfqviwq42mdwfcby4dxmz0i41wad2337pqf2aq"))))
+                  "0sl5ak1r1xil9ms0a9fh9fm6ncml65kgnjpjfic9dhnaimwx997v"))))
     (build-system python-build-system)
     (arguments
      '(;; The tests appear to require networking.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]