From ff3ee6f1cea9ae5efb5e40066fe24573fd98fbe7 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Mon, 20 Apr 2026 15:39:48 +0200 Subject: [PATCH] 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 --- gnu/packages/python-web.scm | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 6fff49c8920..71ec652b24a 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