summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 240c58b6658..466d9782ca6 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -748,14 +748,14 @@ other HTTP libraries.")
748(define-public httpie 748(define-public httpie
749 (package 749 (package
750 (name "httpie") 750 (name "httpie")
751 (version "3.0.2") 751 (version "3.1.0")
752 (source 752 (source
753 (origin 753 (origin
754 (method url-fetch) 754 (method url-fetch)
755 (uri (pypi-uri "httpie" version)) 755 (uri (pypi-uri "httpie" version))
756 (sha256 756 (sha256
757 (base32 757 (base32
758 "16ay8mx2v1z3rywsszy055l5k50qjiwyc3pds5wxxzd1n9a79w97")))) 758 "1npyfvrq0l56bil8rnpj78mav378mxx4zcqzq1jjx4aap1020jif"))))
759 (build-system python-build-system) 759 (build-system python-build-system)
760 (arguments 760 (arguments
761 ;; The tests attempt to access external web servers, so we cannot run them. 761 ;; The tests attempt to access external web servers, so we cannot run them.