mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: python-httpcore: Update to 0.11.0.
* gnu/packages/python-web.scm (python-httpcore): Update to 0.11.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
023ce3dcb4
commit
a9d9dbfd2d
1 changed files with 2 additions and 2 deletions
|
@ -4456,7 +4456,7 @@ (define-public python-vf-1
|
||||||
(define-public python-httpcore
|
(define-public python-httpcore
|
||||||
(package
|
(package
|
||||||
(name "python-httpcore")
|
(name "python-httpcore")
|
||||||
(version "0.10.2")
|
(version "0.11.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
;; PyPI tarball does not contain tests.
|
;; PyPI tarball does not contain tests.
|
||||||
|
@ -4466,7 +4466,7 @@ (define-public python-httpcore
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "00gn8nfv814rg6fj7xv97mrra3fvx6fzjcgx9y051ihm6hxljdsi"))))
|
(base32 "01bhajcxqgkdzg7b7x0fqs2lwcfsajlgqwi1nlxx58jss7g2kxn9"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in a new issue