guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
commit 976b369e93eb73df1404b2aded9d9db2db638c4a
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jul 16 22:44:51 2026 +0100
gnu: python-webob: Update to 1.8.10.
* gnu/packages/python-web.scm (python-webob): Update to 1.8.10.
---
gnu/packages/python-web.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index b7774e1703..f10cb35f03 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -6327,16 +6327,16 @@ your Web app.")
(define-public python-webob
(package
(name "python-webob")
- (version "1.8.9")
+ (version "1.8.10")
(source
(origin
(method url-fetch)
(uri (pypi-uri "webob" version))
(sha256
(base32
- "12b5sl10yzzzz3g11kij3rdzk9y6583ywggc6h9nsxmnxpi7hq5d"))))
+ "0avwfsqqva46aix1p61jbwjsw7kh6zkxvfds9xi3zg07yc8km5hw"))))
(build-system pyproject-build-system)
- ;; tests: 2380 passed, 9 skipped, 1 xfailed, 12 warnings
+ ;; tests: 2394 passed, 9 skipped, 1 xfailed, 35 warnings
(native-inputs
(list python-pytest
python-setuptools))