emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#64727: closed ([PATCH] gnu: libharu: Update to 2.4.3.)


From: GNU bug Tracking System
Subject: bug#64727: closed ([PATCH] gnu: libharu: Update to 2.4.3.)
Date: Fri, 28 Jul 2023 14:16:04 +0000

Your message dated Fri, 28 Jul 2023 22:15:08 +0800
with message-id <878rb0jf6b.fsf@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@gnu.org.)


-- 
64727: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64727
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#64727: [PATCH] gnu: libharu: Update to 2.4.3. Date: Fri, 28 Jul 2023 22:15:08 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
> * gnu/packages/pdf.scm (libharu): Update to 2.4.3.

Applied, thank you!


--- End Message ---

reply via email to

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