gnu: python-cssselect2: Update to 0.4.1.

* gnu/packages/python-web.scm (python-cssselect2): Update to 0.4.1.
This commit is contained in:
Maxim Cournoyer 2020-11-28 02:38:19 -05:00
parent 5c79f955c7
commit 93c430710b
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -4467,13 +4467,13 @@ (define-public python-tinycss2
(define-public python-cssselect2
(package
(name "python-cssselect2")
(version "0.2.2")
(version "0.4.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "cssselect2" version))
(sha256
(base32 "0skymzb4ncrm2zdsy80f53vi0arf776lvbp51hzh4ayp1il5lj3h"))))
(base32 "1j2fcr217rsvkipsg6zjq03rl64rxnvb5hqqpx0dv58fhspvkywk"))))
(build-system python-build-system)
(arguments
`(#:phases