diff mbox series

[bug#64727] gnu: libharu: Update to 2.4.3.

Message ID f3bcddd3636b0dd4dc84aa508f240fbbf306717f.1689764684.git.koszko@koszko.org
State New
Headers show
Series [bug#64727] gnu: libharu: Update to 2.4.3. | expand

Commit Message

Wojtek Kosior July 19, 2023, 11:04 a.m. UTC
* gnu/packages/pdf.scm (libharu): Update to 2.4.3.
---

I sanity-checked the updated libharu package by compiling and executing one of
the demos (demo/text_demo.c) included in the library's git repo.

 gnu/packages/pdf.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: 1f53bfb7d73638e5187df6f0e976b5f5eb091b0d

Comments

宋文武 July 28, 2023, 2:15 p.m. UTC | #1
> * gnu/packages/pdf.scm (libharu): Update to 2.4.3.

Applied, thank you!
diff mbox series

Patch

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 1ab19b4ee2..4291f97b9a 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -455,7 +455,7 @@  (define-public python-poppler-qt5
 (define-public libharu
   (package
     (name "libharu")
-    (version "2.4.2")
+    (version "2.4.3")
     (source
      (origin
        (method git-fetch)
@@ -464,7 +464,7 @@  (define-public libharu
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1jwzqvv81zf5f7zssyixhyjirlp9ddwkbaabd177syb1bxljlsdc"))))
+        (base32 "00b89zqf0bxslx03ginzqdjg84zfmblq13p5f4xm0h05j7aq7ixz"))))
     (build-system cmake-build-system)
     (arguments
      (list #:tests? #f                  ; No tests