guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: httpie: Update to 2.0.0.


From: guix-commits
Subject: 06/06: gnu: httpie: Update to 2.0.0.
Date: Fri, 24 Jan 2020 18:16:27 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 0ef7e44439c6e1b87bea5cdc39f1fa07e62edba4
Author: Josh Holland <address@hidden>
AuthorDate: Mon Jan 13 14:41:02 2020 +0000

    gnu: httpie: Update to 2.0.0.
    
    * gnu/packages/python-web.scm (httpie): Update to 2.0.0.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 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 7808b76..8f33201 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -310,14 +310,14 @@ other HTTP libraries.")
 (define-public httpie
   (package
     (name "httpie")
-    (version "1.0.3")
+    (version "2.0.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "httpie" version))
        (sha256
         (base32
-         "103fcigpxf4nqmrdqjnyz7d9n4n16906slwmmqqc0gkxv8hnw6vd"))))
+         "02bw20cwv3a1lzrn919dk25dq4v81x6q786zlrqsqzhsdxszj14c"))))
     (build-system python-build-system)
     (arguments
      ;; The tests attempt to access external web servers, so we cannot run 
them.



reply via email to

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