guix-commits
[Top][All Lists]
Advanced

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

16/16: gnu: qpdf: Update to 10.6.3.


From: guix-commits
Subject: 16/16: gnu: qpdf: Update to 10.6.3.
Date: Tue, 30 Aug 2022 14:44:47 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit c5d62ec323b1dfc66d42488efe4399d6af8473ac
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Aug 29 17:30:37 2022 +0200

    gnu: qpdf: Update to 10.6.3.
    
    * gnu/packages/pdf.scm (qpdf): Update to 10.6.3.
---
 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 f3353d8b97..f8a122cf0a 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -826,14 +826,14 @@ line tools for batch rendering @command{pdfdraw}, 
rewriting files
 (define-public qpdf
   (package
     (name "qpdf")
-    (version "10.6.0")
+    (version "10.6.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/qpdf/qpdf/" version
                                   "/qpdf-" version ".tar.gz"))
               (sha256
                (base32
-                "07jin19jlcsyxgdxny2ddb08w4kkyl9ivwjw0krn9ncv9wdsa3vg"))))
+                "049q94rzlcbdr09rvl8xfj3924mk7rfm35x8cg4nisl4lnr27z78"))))
     (build-system gnu-build-system)
     (arguments
      (list



reply via email to

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