diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-04 17:27:45 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-04 17:43:22 +0100 |
commit | 3367df31a55581dcabe08a4c675acbd54da927b8 (patch) | |
tree | c530c81941441e6b2be457cb1e6c100e33b0567f | |
parent | 1d34b527f9e4d3c92322d9b56f4491a29c6c171b (diff) | |
download | guix-3367df31a55581dcabe08a4c675acbd54da927b8.tar guix-3367df31a55581dcabe08a4c675acbd54da927b8.tar.gz |
gnu: python-soupsieve: Update to 1.9.5.
* gnu/packages/python-xyz.scm (python-soupsieve): Update to 1.9.5.
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 29362e2f2b..b7e50eeec1 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -6065,14 +6065,14 @@ converts incoming documents to Unicode and outgoing documents to UTF-8.") (define-public python-soupsieve (package (name "python-soupsieve") - (version "1.9.2") + (version "1.9.5") (source (origin (method url-fetch) (uri (pypi-uri "soupsieve" version)) (sha256 (base32 - "0in9rc9q3h8w5b4qf7kvl3qxcvw6vrz35ckblchgf70hm6pg3dbj")))) + "1nhd0q0ifwva9wn645s6pn74p1rd97asn3qfg75nphx1wkgcbhg2")))) (build-system python-build-system) (arguments `(#:tests? #f)) ;;XXX: 2 tests fail currently despite claming they were to be |