summaryrefslogtreecommitdiff
path: root/gnu/packages/python-check.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2024-11-28 08:52:22 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-12-13 20:28:41 +0000
commit8b33448649e544ec222281a301b0ff08c64f029e (patch)
tree5751d771fe75ed00cc2b5586a42bdaa1b3bfebb6 /gnu/packages/python-check.scm
parent3f46d58f0e5ab974d417dbe673e7de66f1d1c98e (diff)
gnu: python-pytest-httpx: Update to 0.34.0.
* gnu/packages/python-check.scm (python-pytest-httpx): Update to 0.34.0. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-check.scm')
-rw-r--r--gnu/packages/python-check.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 1fd4e58b56c..c6fd0508b52 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -3045,7 +3045,7 @@ parametrize. This plugin allows you to use all four.")
3045(define-public python-pytest-httpx 3045(define-public python-pytest-httpx
3046 (package 3046 (package
3047 (name "python-pytest-httpx") 3047 (name "python-pytest-httpx")
3048 (version "0.22.0") 3048 (version "0.34.0")
3049 (source 3049 (source
3050 (origin 3050 (origin
3051 ;; pypi package doesn't include the tests 3051 ;; pypi package doesn't include the tests
@@ -3055,7 +3055,7 @@ parametrize. This plugin allows you to use all four.")
3055 (commit (string-append "v" version)))) 3055 (commit (string-append "v" version))))
3056 (file-name (git-file-name name version)) 3056 (file-name (git-file-name name version))
3057 (sha256 3057 (sha256
3058 (base32 "1ncpd74hmsz4sadvjg99fnfscxpgh3mc2siini0dhxzwgwdkk5i7")))) 3058 (base32 "0dk1z9zy483nffbmn883mcjrlwkn79c3sqlxf6qnwcgrvdw1w9zz"))))
3059 (build-system pyproject-build-system) 3059 (build-system pyproject-build-system)
3060 (native-inputs 3060 (native-inputs
3061 (list python-pytest 3061 (list python-pytest