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
|
(define-public python-soupsieve
|
||||||
(package
|
(package
|
||||||
(name "python-soupsieve")
|
(name "python-soupsieve")
|
||||||
(version "2.0.1")
|
(version "2.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "soupsieve" version))
|
(uri (pypi-uri "soupsieve" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ch2rhvsbwfpvzm4kzy81rclbzr533yv83hzg1gx55byfa0w37d5"))))
|
"1k70gpn2d3vgdyxbdy536dgm4kchcraxz6lmgsfg3324iy2789q5"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments `(#:tests? #f))
|
(arguments `(#:tests? #f))
|
||||||
;;XXX: 2 tests fail currently despite claming they were to be
|
;;XXX: 2 tests fail currently despite claming they were to be
|
||||||
|
Loading…
x
Reference in New Issue
Block a user