summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-12-05 16:33:37 +0000
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:18:01 +0100
commite76cbbc8acdce59e66d4186e6f02c091512fb0b4 (patch)
tree0e4c671e3d44aaeb551a4af45de39aa5c8a5a207 /gnu/packages/python-web.scm
parentc0244f858bdea848b1172d6888cac4a851262540 (diff)
gnu: python-httptools: Update to 0.7.1.
* gnu/packages/python-web.scm (python-httptools): Update to 0.7.1. Change-Id: Iae65ddeff91abec3029403998469ae53547f295b Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index b3159a0290e..2fefcabb35a 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -9467,7 +9467,7 @@ and fairly speedy.")
(define-public python-httptools
(package
(name "python-httptools")
- (version "0.6.4")
+ (version "0.7.1")
(source
(origin
;; PyPI tarball comes with a vendored http-parser and no tests.
@@ -9477,7 +9477,7 @@ and fairly speedy.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "05zsa77jlm2h9z0vfj6gdqklj3pbzbijhk5s9b3q7iaxl347hwzc"))
+ (base32 "0j9c1av3y1smg6lgh0i031l07i9plzbvv14jj53vpzm35sy7kbl7"))
(modules '((guix build utils)))
(snippet
#~(begin (delete-file-recursively "vendor")))))