diff options
author | Marius Bakke <marius@gnu.org> | 2023-09-09 18:28:12 +0800 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2023-09-22 01:29:19 +0800 |
commit | b9142073c429f5ea37b7ff07830ff9275597710e (patch) | |
tree | 98a0532c2fcbf437612251ce6cf2becae172a305 /gnu/packages/python-web.scm | |
parent | 928d462ab1c8473d0b76fa07e3beafe6283f7392 (diff) |
gnu: python-httpx: Update to 0.24.1.
* gnu/packages/python-web.scm (python-httpx): Update to 0.24.1.
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 532f86e687..2ec53c36ea 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -6109,7 +6109,7 @@ Some things HTTP Core does do: (define-public python-httpx (package (name "python-httpx") - (version "0.24.0") + (version "0.24.1") (source (origin ;; PyPI tarball does not contain tests. @@ -6119,7 +6119,7 @@ Some things HTTP Core does do: (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1b35ywrbdk8kcsfvr39gvfp7bvx00scqfigi8b19a1czhacsmc3q")))) + (base32 "121cnzp5jq638wrvfmxa9q0rwank7q6v5fi1lnih50fd5219yvm8")))) (build-system pyproject-build-system) (arguments (list |