all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#58462] [PATCH] gnu: weasyprint: Update to 56.1.
@ 2022-10-12  5:26 Michael Rohleder
  2022-10-13 11:25 ` Christopher Baines
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Rohleder @ 2022-10-12  5:26 UTC (permalink / raw)
  To: 58462; +Cc: Michael Rohleder

* gnu/packages/pdf.scm (weasyprint): Update to 56.1.
---
 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 430857bf30..42d57cb89a 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -1498,7 +1498,7 @@ (define-public stapler
 (define-public weasyprint
   (package
     (name "weasyprint")
-    (version "54.3")
+    (version "56.1")
     (source
      (origin
        (method git-fetch)
@@ -1508,7 +1508,7 @@ (define-public weasyprint
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0cn8gpgyic6pmrnhp0540nbgplpsd5aybi7k89anz6m1sshgjzgs"))))
+         "08l0yaqg0rxnb2r3x4baf4wng5pxpjbyalnrl4glwh9l69740q7p"))))
     (build-system python-build-system)
     (arguments
      (list
-- 
2.38.0





^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-10-24  3:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-12  5:26 [bug#58462] [PATCH] gnu: weasyprint: Update to 56.1 Michael Rohleder
2022-10-13 11:25 ` Christopher Baines
2022-10-13 18:30   ` Michael Rohleder
2022-10-23 13:11     ` bug#58462: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.