diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-04-20 15:39:48 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-04-23 22:47:11 +0200 |
| commit | ff3ee6f1cea9ae5efb5e40066fe24573fd98fbe7 (patch) | |
| tree | dadcfe746d5426742c69bef6e02257b773968b19 /gnu/packages/python-web.scm | |
| parent | 79acf11475a431bc9c0f127c398ab5eab80061f9 (diff) | |
gnu: python-cheroot: Update to 11.1.2.
* gnu/packages/python-web.scm (python-cheroot): Update to 11.1.2.
[source]: Switch to git-fetch.
Change-Id: If85119857ae62f17d1f9989f038fa012bb85474b
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 6fff49c892..71ec652b24 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -3525,14 +3525,16 @@ other HTTP libraries.") (define-public python-cheroot (package (name "python-cheroot") - (version "10.0.1") + (version "11.1.2") (source (origin - (method url-fetch) - (uri (pypi-uri "cheroot" version)) + (method git-fetch) + (uri (git-reference + (url "https://github.com/cherrypy/cheroot") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) (sha256 - (base32 - "0h0p3fnpa4dxi589s7ljlzb6p3mhqdivb3pc2f36pljqfrwjzf70")))) + (base32 "02rhci01m5fcn8mqpvq3c35rs4n28gxlfvfw2if2f85rgwrji8y8")))) (build-system pyproject-build-system) (arguments (list |
