[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/16: gnu: httpie: Update to 3.2.2.
From: |
guix-commits |
Subject: |
12/16: gnu: httpie: Update to 3.2.2. |
Date: |
Wed, 14 Feb 2024 16:15:42 -0500 (EST) |
podiki pushed a commit to branch master
in repository guix.
commit a1f0b15444e146e5bb5eddd86e86def7aac854bb
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Sat Feb 10 23:35:45 2024 -0500
gnu: httpie: Update to 3.2.2.
* gnu/packages/python-web.scm (httpie): Update to 3.2.2.
[propagated-inputs]: Remove python-pysocks; add python-importlib-metadata,
python-pip, and python-setuptools.
Change-Id: If767947e836bdee6bf145fc5290113d79e99fe89
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
---
gnu/packages/python-web.scm | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 2dd5dd1c5a..0315e11f53 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1280,28 +1280,30 @@ other HTTP libraries.")
(define-public httpie
(package
(name "httpie")
- (version "3.2.1")
+ (version "3.2.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "httpie" version))
(sha256
(base32
- "1v736y2h7lcyrnxs9y5sf4xwzgll7pc2s6r3ny929mm8lcn07h69"))))
+ "140w4mr0w7scpf4j5qm4h475vbwrgxzkdwyygwcmql1r1cgngywb"))))
(build-system python-build-system)
(arguments
;; The tests attempt to access external web servers, so we cannot run
them.
'(#:tests? #f))
(propagated-inputs
- (list python-colorama
+ (list python-charset-normalizer
+ python-colorama
+ python-defusedxml
+ python-importlib-metadata
+ python-multidict
+ python-pip
python-pygments
python-requests
python-requests-toolbelt
- python-pysocks
- python-charset-normalizer
- python-defusedxml
python-rich
- python-multidict))
+ python-setuptools))
(home-page "https://httpie.io")
(synopsis "cURL-like tool for humans")
(description
- branch master updated (f21a4f492e -> 1a50943a36), guix-commits, 2024/02/14
- 10/16: gnu: fnott: Update to 1.4.1., guix-commits, 2024/02/14
- 08/16: gnu: celluloid: Update to 0.26., guix-commits, 2024/02/14
- 09/16: gnu: copyq: Update to 7.1.0., guix-commits, 2024/02/14
- 12/16: gnu: httpie: Update to 3.2.2.,
guix-commits <=
- 04/16: gnu: avizo: Update to 1.3., guix-commits, 2024/02/14
- 01/16: gnu: picom: Update to 11.2., guix-commits, 2024/02/14
- 15/16: gnu: swaylock-effects: Update to 1.7.0.0., guix-commits, 2024/02/14
- 06/16: gnu: batsignal: Update to 1.8.0., guix-commits, 2024/02/14
- 07/16: gnu: chafa: Update to 1.14.0., guix-commits, 2024/02/14
- 16/16: gnu: ytfzf: Update to 2.6.2., guix-commits, 2024/02/14
- 02/16: gnu: polybar: Update to 3.7.1., guix-commits, 2024/02/14
- 13/16: gnu: python-tldr: Update to 3.2.0., guix-commits, 2024/02/14
- 05/16: gnu: bemenu: Update to 0.6.19., guix-commits, 2024/02/14
- 03/16: gnu: android-file-transfer: Update to 4.3., guix-commits, 2024/02/14