3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-httpx: Update to 0.23.0.

* gnu/packages/python-web.scm (python-httpx): Update to 0.23.0.
This commit is contained in:
Arun Isaac 2022-06-14 16:45:11 +05:30
parent 2ac81f482a
commit 6f75565b4e
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -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