mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
2ac0b4ba12
commit
371cd2d5c0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue