unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#64727] [PATCH] gnu: libharu: Update to 2.4.3.
@ 2023-07-19 11:04 Wojtek Kosior via Guix-patches via
  2023-07-28 14:15 ` bug#64727: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Wojtek Kosior via Guix-patches via @ 2023-07-19 11:04 UTC (permalink / raw)
  To: 64727; +Cc: Wojtek Kosior

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#64727: [PATCH] gnu: libharu: Update to 2.4.3.
  2023-07-19 11:04 [bug#64727] [PATCH] gnu: libharu: Update to 2.4.3 Wojtek Kosior via Guix-patches via
@ 2023-07-28 14:15 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-07-28 14:15 UTC (permalink / raw)
  To: Wojtek Kosior; +Cc: 64727-done


> * gnu/packages/pdf.scm (libharu): Update to 2.4.3.

Applied, thank you!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-28 14:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-19 11:04 [bug#64727] [PATCH] gnu: libharu: Update to 2.4.3 Wojtek Kosior via Guix-patches via
2023-07-28 14:15 ` bug#64727: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).