GNU bug report logs -
#64727
[PATCH] gnu: libharu: Update to 2.4.3.
Previous Next
Reported by: Wojtek Kosior <koszko <at> koszko.org>
Date: Wed, 19 Jul 2023 11:11:01 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* 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(-)
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
base-commit: 1f53bfb7d73638e5187df6f0e976b5f5eb091b0d
--
2.41.0
This bug report was last modified 1 year and 350 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.