guix-commits
[Top][All Lists]
Advanced

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

08/14: gnu: weasyprint: Update to 51.


From: guix-commits
Subject: 08/14: gnu: weasyprint: Update to 51.
Date: Wed, 4 Mar 2020 15:05:21 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit c0ba02379e5d7d5ded0bc3e56fc733fa7179c6ee
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Wed Mar 4 10:51:28 2020 +0100

    gnu: weasyprint: Update to 51.
    
    * gnu/packages/pdf.scm (weasyprint): Update to 51.
---
 gnu/packages/pdf.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index c61567a..d183d20 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -1282,13 +1282,13 @@ manipulating PDF documents from the command line.  It 
supports
 (define-public weasyprint
   (package
     (name "weasyprint")
-    (version "50")
+    (version "51")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "WeasyPrint" version))
        (sha256
-        (base32 "0invs96zvmcr6wh5klj52jrcnr9qg150v9wpmbhcsf3vv1d1hbcw"))
+        (base32 "0skdzwq7cd715dnnds6abx0k0xmmnmsqp0vb1r1w20sg7abp3sdk"))
        (patches (search-patches "weasyprint-library-paths.patch"))))
     (build-system python-build-system)
     (arguments
@@ -1316,11 +1316,11 @@ manipulating PDF documents from the command line.  It 
supports
            (lambda _
              (substitute* "setup.cfg"
                ;; flake8 and isort syntax checks fail, which is not our
-               ;; business
+               ;; business.
                (("addopts = --flake8 --isort") ""))))
          (replace 'check
            (lambda _
-             ;; run pytest, excluding one failing test
+             ;; Run pytest, excluding one failing test.
              (invoke "pytest" "-k" "not test_flex_column_wrap_reverse"))))))
     (inputs
      `(("fontconfig" ,fontconfig)



reply via email to

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