diff options
author | Arun Isaac <arunisaac@systemreboot.net> | 2022-06-14 16:45:11 +0530 |
---|---|---|
committer | Arun Isaac <arunisaac@systemreboot.net> | 2022-06-14 18:06:24 +0530 |
commit | 6f75565b4ec3b8a7247699c327a3b3196c787f76 (patch) | |
tree | 107a12506ac43388896afece4ccef4c319bf5e38 | |
parent | 2ac81f482a4d6d5b9fb41655818f01ffd3166f6f (diff) | |
download | guix-6f75565b4ec3b8a7247699c327a3b3196c787f76.tar.gz |
gnu: python-httpx: Update to 0.23.0.
* gnu/packages/python-web.scm (python-httpx): Update to 0.23.0.
-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 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 |