gnu: hypercorn: Update to 0.14.4.
* gnu/packages/python-web.scm (hypercorn): Update to 0.14.4.
This commit is contained in:
parent
a095dfb3f0
commit
335e42c7af
1 changed files with 2 additions and 2 deletions
|
@ -2258,7 +2258,7 @@ (define-public python-wsproto
|
|||
(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 @@ (define-public hypercorn
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue