guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: python-ndg-httpsclient: Update to 0.5.1.


From: Tobias Geerinckx-Rice
Subject: 05/08: gnu: python-ndg-httpsclient: Update to 0.5.1.
Date: Sun, 12 Aug 2018 19:52:35 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 57d5d3dadedd3a6aa61c50f3d0e65b4b9e181bee
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Aug 13 00:34:30 2018 +0200

    gnu: python-ndg-httpsclient: Update to 0.5.1.
    
    * gnu/packages/python-web.scm (python-ndg-httpsclient): Update to 0.5.1.
---
 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 2e98a95..7e891fa 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1061,13 +1061,13 @@ facilities for defining, registering and looking up 
components.")
 (define-public python-ndg-httpsclient
   (package
     (name "python-ndg-httpsclient")
-    (version "0.5.0")
+    (version "0.5.1")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "ndg_httpsclient" version))
               (sha256
                 (base32
-                  "12q8rjvsvjphj6lvvcka2izdjr36a5lgkygajwx6p4wh0x1za2f0"))))
+                  "0412b7i1s4vj7lz9r72nmb28h9syd4q2x89bdirkkc3a6z8awbyp"))))
     (build-system python-build-system)
     (arguments
      '(;; The tests appear to require networking.



reply via email to

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