guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: weasyprint: Update to 56.1.


From: guix-commits
Subject: 03/06: gnu: weasyprint: Update to 56.1.
Date: Sun, 23 Oct 2022 09:57:16 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 1de153c11ff718c21fc2704ddfe8b6b8b7ce3d86
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Wed Oct 12 07:26:55 2022 +0200

    gnu: weasyprint: Update to 56.1.
    
    * gnu/packages/pdf.scm (weasyprint): Update to 56.1.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/pdf.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 38d89f48fd..c6f1e952f9 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -1499,7 +1499,7 @@ manipulating PDF documents from the command line.  It 
supports
 (define-public weasyprint
   (package
     (name "weasyprint")
-    (version "54.3")
+    (version "56.1")
     (source
      (origin
        (method git-fetch)
@@ -1509,7 +1509,7 @@ manipulating PDF documents from the command line.  It 
supports
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0cn8gpgyic6pmrnhp0540nbgplpsd5aybi7k89anz6m1sshgjzgs"))))
+         "08l0yaqg0rxnb2r3x4baf4wng5pxpjbyalnrl4glwh9l69740q7p"))))
     (build-system python-build-system)
     (arguments
      (list



reply via email to

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