diff mbox series

[bug#58462] gnu: weasyprint: Update to 56.1.

Message ID 20221012052655.22001-1-mike@rohleder.de
State New
Headers show
Series [bug#58462] gnu: weasyprint: Update to 56.1. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git-branch success View Git branch
cbaines/applying patch success
cbaines/issue success View issue
cbaines/comparison success View comparision
cbaines/git-branch success View Git branch
cbaines/applying patch success
cbaines/issue success View issue
cbaines/comparison success View comparision
cbaines/git-branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Michael Rohleder Oct. 12, 2022, 5:26 a.m. UTC
* gnu/packages/pdf.scm (weasyprint): Update to 56.1.
---
 gnu/packages/pdf.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Christopher Baines Oct. 13, 2022, 11:25 a.m. UTC | #1
Michael Rohleder <mike@rohleder.de> writes:

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

This looks to fail to build [1], does it build for you?

Thanks,

Chris

1: https://qa.guix.gnu.org/issue/58462
Michael Rohleder Oct. 13, 2022, 6:30 p.m. UTC | #2
Christopher Baines <mail@cbaines.net> writes:
> This looks to fail to build [1], does it build for you?
>
> 1: https://qa.guix.gnu.org/issue/58462
>

Yes, it does.  I also generated some pdf's with it.

I guess, maybe the tests take too long on qa.
Is there a way to see the build log?
Ludovic Courtès Oct. 23, 2022, 1:11 p.m. UTC | #3
Hi Michael,

Michael Rohleder <mike@rohleder.de> skribis:

> Christopher Baines <mail@cbaines.net> writes:
>> This looks to fail to build [1], does it build for you?
>>
>> 1: https://qa.guix.gnu.org/issue/58462
>>
>
> Yes, it does.  I also generated some pdf's with it.
>
> I guess, maybe the tests take too long on qa.
> Is there a way to see the build log?

Not sure what happened but it definitely works for me and the tests are
quite fast.

Applied, thanks!

Ludo’.
diff mbox series

Patch

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