guix-patches
[Top][All Lists]
Advanced

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

[bug#74580] [PATCH 10/14] gnu: python-pytest-httpx: Update to 0.34.0.


From: Nicolas Graves
Subject: [bug#74580] [PATCH 10/14] gnu: python-pytest-httpx: Update to 0.34.0.
Date: Thu, 28 Nov 2024 08:52:22 +0100

* gnu/packages/python-check.scm (python-pytest-httpx): Update to 0.34.0.
---
 gnu/packages/python-check.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index df0a490eae..2af10ed7f3 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -3077,7 +3077,7 @@ (define-public python-pytest-parawtf
 (define-public python-pytest-httpx
   (package
     (name "python-pytest-httpx")
-    (version "0.22.0")
+    (version "0.34.0")
     (source
      (origin
        ;; pypi package doesn't include the tests
@@ -3087,7 +3087,7 @@ (define-public python-pytest-httpx
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1ncpd74hmsz4sadvjg99fnfscxpgh3mc2siini0dhxzwgwdkk5i7"))))
+        (base32 "0dk1z9zy483nffbmn883mcjrlwkn79c3sqlxf6qnwcgrvdw1w9zz"))))
     (build-system pyproject-build-system)
     (native-inputs
      (list python-pytest
-- 
2.46.0






reply via email to

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