guix-commits
[Top][All Lists]
Advanced

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

11/13: gnu: python-soupsieve: Update to 2.2.1.


From: guix-commits
Subject: 11/13: gnu: python-soupsieve: Update to 2.2.1.
Date: Mon, 29 Mar 2021 10:20:55 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit dd880b6f53cce6bc845b19ad16a5948280665bf9
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Mar 29 17:04:04 2021 +0300

    gnu: python-soupsieve: Update to 2.2.1.
    
    * gnu/packages/python-xyz.scm (python-soupsieve): Update to 2.2.1.
---
 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 7b6c3aa..c90a89a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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



reply via email to

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