guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: python-soupsieve: Update to 1.9.5.


From: guix-commits
Subject: 01/02: gnu: python-soupsieve: Update to 1.9.5.
Date: Mon, 4 Nov 2019 11:43:35 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 3367df31a55581dcabe08a4c675acbd54da927b8
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Nov 4 17:27:45 2019 +0100

    gnu: python-soupsieve: Update to 1.9.5.
    
    * gnu/packages/python-xyz.scm (python-soupsieve): Update to 1.9.5.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 29362e2..b7e50ee 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]