mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-soupsieve: Update to 1.9.2.
* gnu/packages/python-xyz.scm (python-soupsieve): Update to 1.9.2.
This commit is contained in:
parent
e39d4933d1
commit
e9cb6edd06
1 changed files with 2 additions and 2 deletions
|
@ -5702,14 +5702,14 @@ (define-public python2-beautifulsoup4
|
|||
(define-public python-soupsieve
|
||||
(package
|
||||
(name "python-soupsieve")
|
||||
(version "1.9.1")
|
||||
(version "1.9.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "soupsieve" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1jnzkiwmjl6yvqckc9mf689g87b6yz07sv868hap2aa5arggy3mj"))))
|
||||
"0in9rc9q3h8w5b4qf7kvl3qxcvw6vrz35ckblchgf70hm6pg3dbj"))))
|
||||
(build-system python-build-system)
|
||||
(arguments `(#:tests? #f))
|
||||
;;XXX: 2 tests fail currently despite claming they were to be
|
||||
|
|
Loading…
Reference in a new issue