guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: python-httpx: Update to 0.23.0.


From: guix-commits
Subject: 02/02: gnu: python-httpx: Update to 0.23.0.
Date: Tue, 14 Jun 2022 08:37:17 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit 6f75565b4ec3b8a7247699c327a3b3196c787f76
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Tue Jun 14 16:45:11 2022 +0530

    gnu: python-httpx: Update to 0.23.0.
    
    * gnu/packages/python-web.scm (python-httpx): Update to 0.23.0.
---
 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 f94061ebe6..30c461f247 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5361,7 +5361,7 @@ Some things HTTP Core does do:
 (define-public python-httpx
   (package
     (name "python-httpx")
-    (version "0.22.0")
+    (version "0.23.0")
     (source
      (origin
        ;; PyPI tarball does not contain tests.
@@ -5371,7 +5371,7 @@ Some things HTTP Core does do:
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1awr56488b66zyl3cx1f03lq2n07xdg5kb4l46vnsm59s6hr02c5"))))
+        (base32 "0bihm7ylq9ajxz8qyba0xp9qkwm7n06hk01ywkq2vpz65ix5hpdk"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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