Archived
1
0
Fork 0

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 (define-public python-httpx
(package (package
(name "python-httpx") (name "python-httpx")
(version "0.22.0") (version "0.23.0")
(source (source
(origin (origin
;; PyPI tarball does not contain tests. ;; PyPI tarball does not contain tests.
@ -5371,7 +5371,7 @@ Some things HTTP Core does do:
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1awr56488b66zyl3cx1f03lq2n07xdg5kb4l46vnsm59s6hr02c5")))) (base32 "0bihm7ylq9ajxz8qyba0xp9qkwm7n06hk01ywkq2vpz65ix5hpdk"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases