mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-httpx: Update to 0.24.1.
* gnu/packages/python-web.scm (python-httpx): Update to 0.24.1.
This commit is contained in:
parent
928d462ab1
commit
b9142073c4
1 changed files with 2 additions and 2 deletions
|
@ -6109,7 +6109,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.24.0")
|
(version "0.24.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
;; PyPI tarball does not contain tests.
|
;; PyPI tarball does not contain tests.
|
||||||
|
@ -6119,7 +6119,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 "1b35ywrbdk8kcsfvr39gvfp7bvx00scqfigi8b19a1czhacsmc3q"))))
|
(base32 "121cnzp5jq638wrvfmxa9q0rwank7q6v5fi1lnih50fd5219yvm8"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue