1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-12 22:24:04 +02:00

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>
This commit is contained in:
Nicolas Graves
2026-04-20 15:39:48 +02:00
committed by Andreas Enge
parent 79acf11475
commit ff3ee6f1ce
+7 -5
View File
@@ -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