gnu: python-parsel: Update to 1.10.0.

* gnu/packages/python-web.scm (python-parsel): Update to 1.10.0.

Change-Id: I1cfdbb9e135bd66e19d0a3ccb666f35da03e959a
This commit is contained in:
Vinicius Monego 2025-06-03 07:50:54 -03:00
parent 2ac0b4ba12
commit 371cd2d5c0
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -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