guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/08: gnu: libharu: Update to 2.4.3.


From: guix-commits
Subject: 07/08: gnu: libharu: Update to 2.4.3.
Date: Fri, 28 Jul 2023 10:14:21 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit cbc8143d93870ce9d00b1cd579430590dad1ec0d
Author: Wojtek Kosior <koszko@koszko.org>
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: 宋文武 <iyzsong@member.fsf.org>
---
 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

[Prev in Thread] Current Thread [Next in Thread]