iyzsong pushed a commit to branch master
in repository guix.

commit cbc8143d93870ce9d00b1cd579430590dad1ec0d
Author: Wojtek Kosior <[email protected]>
AuthorDate: Wed Jul 19 13:04:44 2023 +0200

    gnu: libharu: Update to 2.4.3.
    
    * gnu/packages/pdf.scm (libharu): Update to 2.4.3.
    
    Signed-off-by: 宋文武 <[email protected]>
---
 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 25f5fbc77f..7291c42278 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -455,7 +455,7 @@ Poppler PDF rendering library.")
 (define-public libharu
   (package
     (name "libharu")
-    (version "2.4.2")
+    (version "2.4.3")
     (source
      (origin
        (method git-fetch)
@@ -464,7 +464,7 @@ Poppler PDF rendering library.")
              (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

Reply via email to