me
/
guix
Archived
1
0
Fork 0

gnu: hypercorn: Update to 0.14.4.

* gnu/packages/python-web.scm (hypercorn): Update to 0.14.4.
Vinicius Monego 2023-07-22 10:18:57 -03:00
parent a095dfb3f0
commit 335e42c7af
No known key found for this signature in database
GPG Key ID: 637B0B138065B68A
1 changed files with 2 additions and 2 deletions

View File

@ -2258,7 +2258,7 @@ RFC6455, regardless of your programming paradigm.")
(define-public hypercorn
(package
(name "hypercorn")
(version "0.14.3")
(version "0.14.4")
(source (origin
(method git-fetch) ;PyPI does not have tests
(uri (git-reference
@ -2267,7 +2267,7 @@ RFC6455, regardless of your programming paradigm.")
(file-name (git-file-name name version))
(sha256
(base32
"1hkph0sdr94hxmrq1grnh842snm561sw4az5q6a3ba9hqnrl890h"))))
"0zyf5b8959sd12ycmqzvsb8746i3gn76rz55gxvix5cwj672m7yx"))))
(build-system pyproject-build-system)
;; Propagate because Hypercorn also exposes functionality over a module.
(propagated-inputs