gnu: python-httpx: Update to 0.16.1.

* gnu/packages/python-web.scm (python-httpx): Update to 0.16.1.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Vinicius Monego 2020-12-12 17:36:56 -03:00 committed by Nicolas Goaziou
parent 95f55fecf1
commit bc49b009bf
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4989,7 +4989,7 @@ (define-public python-httpcore
(define-public python-httpx
(package
(name "python-httpx")
(version "0.15.4")
(version "0.16.1")
(source
(origin
;; PyPI tarball does not contain tests.
@ -4999,7 +4999,7 @@ (define-public python-httpx
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1qr91xw6jxynvihmw953bi5446ssm9ffmb2c4nhfa77v7883sp21"))))
(base32 "00gmq45fckcqkj910bvd7pyqz1mvgsdvz4s0k7dzbnc5czzq1f4a"))))
(build-system python-build-system)
(arguments
`(#:phases