gnu: python-soupsieve: Update to 2.2.1.
* gnu/packages/python-xyz.scm (python-soupsieve): Update to 2.2.1.
This commit is contained in:
parent
6960cfe924
commit
dd880b6f53
@ -7837,14 +7837,14 @@ converts incoming documents to Unicode and outgoing documents to UTF-8.")
|
||||
(define-public python-soupsieve
|
||||
(package
|
||||
(name "python-soupsieve")
|
||||
(version "2.0.1")
|
||||
(version "2.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "soupsieve" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ch2rhvsbwfpvzm4kzy81rclbzr533yv83hzg1gx55byfa0w37d5"))))
|
||||
"1k70gpn2d3vgdyxbdy536dgm4kchcraxz6lmgsfg3324iy2789q5"))))
|
||||
(build-system python-build-system)
|
||||
(arguments `(#:tests? #f))
|
||||
;;XXX: 2 tests fail currently despite claming they were to be
|
||||
|
Loading…
Reference in New Issue
Block a user