guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: qpdf: Update to 10.6.0.


From: guix-commits
Subject: branch core-updates updated: gnu: qpdf: Update to 10.6.0.
Date: Thu, 10 Feb 2022 12:17:26 -0500

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-updates by this push:
     new b31ef5638b gnu: qpdf: Update to 10.6.0.
b31ef5638b is described below

commit b31ef5638bad5c06e6289931eaa0ab7feda908db
Author: Jai Vetrivelan <jaivetrivelan@gmail.com>
AuthorDate: Thu Feb 10 20:39:59 2022 +0530

    gnu: qpdf: Update to 10.6.0.
    
    * gnu/packages/pdf.scm (qpdf): Update to 10.6.0.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 024138c964..dbb027593c 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -791,14 +791,14 @@ line tools for batch rendering @command{pdfdraw}, 
rewriting files
 (define-public qpdf
   (package
     (name "qpdf")
-    (version "10.5.0")
+    (version "10.6.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/qpdf/qpdf/" version
                                   "/qpdf-" version ".tar.gz"))
               (sha256
                (base32
-                "01p07hh74j1ajb2dhjdfhqbc3bwwvlj86j3r505wbmaglhv7s9c8"))))
+                "07jin19jlcsyxgdxny2ddb08w4kkyl9ivwjw0krn9ncv9wdsa3vg"))))
     (build-system gnu-build-system)
     (arguments
      (list



reply via email to

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