guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 371cd2d5c081ab61f2d1524aa04e6a618a39bbe5
Author: Vinicius Monego <[email protected]>
AuthorDate: Tue Jun 3 07:50:54 2025 -0300
gnu: python-parsel: Update to 1.10.0.
* gnu/packages/python-web.scm (python-parsel): Update to 1.10.0.
Change-Id: I1cfdbb9e135bd66e19d0a3ccb666f35da03e959a
---
gnu/packages/python-web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 583b4bea5f..072d89feff 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -10474,13 +10474,13 @@ for modern conventions.")
(define-public python-parsel
(package
(name "python-parsel")
- (version "1.8.1")
+ (version "1.10.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "parsel" version))
(sha256
- (base32 "0f8yh30y3961a7kqwcnp4j3s7044ilakykiavc0skwdkr5l8xwmg"))))
+ (base32 "1050v20gzijfcaxpm1d4bvxqw2l7xhyf9pxrawrv8lczanwpvw8l"))))
(build-system pyproject-build-system)
(propagated-inputs
(list python-cssselect