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:
Efraim Flashner 2021-03-29 17:04:04 +03:00
parent 6960cfe924
commit dd880b6f53
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

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