Archived
1
0
Fork 0

gnu: python-soupsieve: Update to 1.9.5.

* gnu/packages/python-xyz.scm (python-soupsieve): Update to 1.9.5.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-04 17:27:45 +01:00
parent 1d34b527f9
commit 3367df31a5
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -6065,14 +6065,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 "1.9.2") (version "1.9.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "soupsieve" version)) (uri (pypi-uri "soupsieve" version))
(sha256 (sha256
(base32 (base32
"0in9rc9q3h8w5b4qf7kvl3qxcvw6vrz35ckblchgf70hm6pg3dbj")))) "1nhd0q0ifwva9wn645s6pn74p1rd97asn3qfg75nphx1wkgcbhg2"))))
(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