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:
parent
2ac81f482a
commit
6f75565b4e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue