all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53567] [PATCH] gnu: httpie: Update to 3.0.2.
@ 2022-01-27  4:15 kiasoc5--- via Guix-patches via
  2022-01-28  8:43 ` bug#53567: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: kiasoc5--- via Guix-patches via @ 2022-01-27  4:15 UTC (permalink / raw)
  To: 53567

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: 0001-gnu-httpie-Update-to-3.0.2.patch --]
[-- Type: text/x-patch, Size: 1649 bytes --]

From 5770a42996530e431c5d88f24df296a05f33dffe Mon Sep 17 00:00:00 2001
From: kiasoc5 <kiasoc5@tutanota.com>
Date: Wed, 26 Jan 2022 22:43:44 -0500
Subject: [PATCH] gnu: httpie: Update to 3.0.2.

* gnu/packages/python-web.scm (httpie): Update to 3.0.2.
---
 gnu/packages/python-web.scm | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 406c6cb51b..6a3fc27353 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -741,21 +741,27 @@ (define-public python2-httplib2
 (define-public httpie
   (package
     (name "httpie")
-    (version "2.3.0")
+    (version "3.0.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "httpie" version))
        (sha256
         (base32
-         "15ngl3yc186gkgqdx8iav9bpj8gxjpzz26y32z92jwyhj4cmfh6m"))))
+         "16ay8mx2v1z3rywsszy055l5k50qjiwyc3pds5wxxzd1n9a79w97"))))
     (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 python-pygments python-requests
-           python-requests-toolbelt))
+     (list python-colorama
+           python-pygments
+           python-requests
+           python-requests-toolbelt
+           python-pysocks
+           python-charset-normalizer
+           python-defusedxml
+           python-multidict))
     (home-page "https://httpie.io")
     (synopsis "cURL-like tool for humans")
     (description

base-commit: 90a41fe388102d448b3f91a070e38a7680d2d568
-- 
2.35.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#53567: [PATCH] gnu: httpie: Update to 3.0.2.
  2022-01-27  4:15 [bug#53567] [PATCH] gnu: httpie: Update to 3.0.2 kiasoc5--- via Guix-patches via
@ 2022-01-28  8:43 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-01-28  8:43 UTC (permalink / raw)
  To: kiasoc5--- via Guix-patches via; +Cc: 53567-done, kiasoc5

Hello,

kiasoc5--- via Guix-patches via <guix-patches@gnu.org> writes:

> Subject: [PATCH] gnu: httpie: Update to 3.0.2.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-28  8:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-27  4:15 [bug#53567] [PATCH] gnu: httpie: Update to 3.0.2 kiasoc5--- via Guix-patches via
2022-01-28  8:43 ` bug#53567: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.