GNU bug report logs - #64727
[PATCH] gnu: libharu: Update to 2.4.3.

Previous Next

Package: guix-patches;

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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: 宋文武 <iyzsong <at> envs.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#64727: closed ([PATCH] gnu: libharu: Update to 2.4.3.)
Date: Fri, 28 Jul 2023 14:16:04 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 28 Jul 2023 22:15:08 +0800
with message-id <878rb0jf6b.fsf <at> envs.net>
and subject line Re: bug#64727: [PATCH] gnu: libharu: Update to 2.4.3.
has caused the debbugs.gnu.org bug report #64727,
regarding [PATCH] gnu: libharu: Update to 2.4.3.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
64727: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64727
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Wojtek Kosior <koszko <at> koszko.org>
To: guix-patches <at> gnu.org
Cc: Wojtek Kosior <koszko <at> koszko.org>
Subject: [PATCH] gnu: libharu: Update to 2.4.3.
Date: Wed, 19 Jul 2023 13:04:44 +0200
* 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



[Message part 3 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: Wojtek Kosior <koszko <at> koszko.org>
Cc: 64727-done <at> debbugs.gnu.org
Subject: Re: bug#64727: [PATCH] gnu: libharu: Update to 2.4.3.
Date: Fri, 28 Jul 2023 22:15:08 +0800
> * gnu/packages/pdf.scm (libharu): Update to 2.4.3.

Applied, thank you!


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.