mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-httpx: Update to 0.28.1.
* gnu/packages/python-web.scm (python-httpx): Update to 0.28.1. Change-Id: Ia7f1659eeeee05de763b000cda4bc9a60c418c21
This commit is contained in:
parent
30cc0d4b88
commit
86becf501b
1 changed files with 2 additions and 2 deletions
|
@ -7180,7 +7180,7 @@ Some things HTTP Core does do:
|
|||
(define-public python-httpx
|
||||
(package
|
||||
(name "python-httpx")
|
||||
(version "0.27.2")
|
||||
(version "0.28.1")
|
||||
(source
|
||||
(origin
|
||||
;; PyPI tarball does not contain tests.
|
||||
|
@ -7190,7 +7190,7 @@ Some things HTTP Core does do:
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1jd5w3nhpvrbj66nk2njvfnk0g1mkxivwa52j2yyhcna1xafsk1p"))))
|
||||
(base32 "00d6rb21xwazwb0sj68zhra0qxxcwkd0vv7bg3k1jg94dmk2w7xl"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue