diff options
author | Michael Rohleder <mike@rohleder.de> | 2022-10-12 07:26:55 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-10-23 15:56:19 +0200 |
commit | 1de153c11ff718c21fc2704ddfe8b6b8b7ce3d86 (patch) | |
tree | 3739b7f12a10e47155e6d10aacbb29e2bed0d960 /gnu/packages/pdf.scm | |
parent | 5bf34e36b1e75ad736c134d0d2ecf7bf12bc12f1 (diff) |
gnu: weasyprint: Update to 56.1.
* gnu/packages/pdf.scm (weasyprint): Update to 56.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/pdf.scm')
-rw-r--r-- | gnu/packages/pdf.scm | 4 |
1 files 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 |