unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#45213] [PATCH] gnu: python-httpx: Update to 0.16.1.
@ 2020-12-12 20:36 Vinicius Monego
  2020-12-12 21:31 ` bug#45213: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Vinicius Monego @ 2020-12-12 20:36 UTC (permalink / raw)
  To: 45213; +Cc: Vinicius Monego

* gnu/packages/python-web.scm (python-httpx): Update to 0.16.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 107f579ad6..9195b8328c 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -4989,7 +4989,7 @@ Some things HTTP Core does do:
 (define-public python-httpx
   (package
     (name "python-httpx")
-    (version "0.15.4")
+    (version "0.16.1")
     (source
      (origin
        ;; PyPI tarball does not contain tests.
@@ -4999,7 +4999,7 @@ Some things HTTP Core does do:
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1qr91xw6jxynvihmw953bi5446ssm9ffmb2c4nhfa77v7883sp21"))))
+        (base32 "00gmq45fckcqkj910bvd7pyqz1mvgsdvz4s0k7dzbnc5czzq1f4a"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
-- 
2.29.2





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

* bug#45213: [PATCH] gnu: python-httpx: Update to 0.16.1.
  2020-12-12 20:36 [bug#45213] [PATCH] gnu: python-httpx: Update to 0.16.1 Vinicius Monego
@ 2020-12-12 21:31 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-12-12 21:31 UTC (permalink / raw)
  To: Vinicius Monego; +Cc: 45213-done

Hello,

Vinicius Monego <monego@posteo.net> writes:

> * gnu/packages/python-web.scm (python-httpx): Update to 0.16.1.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2020-12-12 21:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-12 20:36 [bug#45213] [PATCH] gnu: python-httpx: Update to 0.16.1 Vinicius Monego
2020-12-12 21:31 ` bug#45213: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).