guix-commits
[Top][All Lists]
Advanced

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

08/11: gnu: python-css-parser: Update to 1.0.6.


From: guix-commits
Subject: 08/11: gnu: python-css-parser: Update to 1.0.6.
Date: Sun, 15 Nov 2020 14:48:15 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 3e16b3c42f503748875d0400787d5e683c8b3375
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 15 15:18:33 2020 +0100

    gnu: python-css-parser: Update to 1.0.6.
    
    * gnu/packages/python-web.scm (python-css-parser): Update to 1.0.6.
---
 gnu/packages/python-web.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 3daa0c5..6e17203 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -958,14 +958,13 @@ options.")
   (package
     (inherit python-cssutils)
     (name "python-css-parser")
-    (version "1.0.4")
+    (version "1.0.6")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "css-parser" version ".tar.gz"))
        (sha256
-        (base32
-         "0i4xfykiffxzr4f6y0m2ggqvx1rzam6pw6krlr5k6ldf29akbay7"))))
+        (base32 "0bmg4kiiir6pj9x3sd12x4dz2c1xpp2bn5nn60fxnbk2lnl4im2f"))))
     (home-page "https://github.com/ebook-utils/css-parser";)
     (synopsis "Fork of cssutils modified for parsing ebooks")
     (description



reply via email to

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