guix-commits
[Top][All Lists]
Advanced

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

03/24: gnu: qpdf: Update to 9.1.0.


From: guix-commits
Subject: 03/24: gnu: qpdf: Update to 9.1.0.
Date: Tue, 10 Dec 2019 19:16:00 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit db942cdaff1b63ce945bc471f16ea7d3a23ddc65
Author: Marius Bakke <address@hidden>
Date:   Mon Dec 9 22:25:29 2019 +0100

    gnu: qpdf: Update to 9.1.0.
    
    * gnu/packages/pdf.scm (qpdf): Update to 9.1.0.
---
 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 ebe0168..3b6829c 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -670,14 +670,14 @@ line tools for batch rendering @command{pdfdraw}, 
rewriting files
 (define-public qpdf
   (package
    (name "qpdf")
-   (version "9.0.1")
+   (version "9.1.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://sourceforge/qpdf/qpdf/" version
                                 "/qpdf-" version ".tar.gz"))
             (sha256
              (base32
-              "0lhgb82s2402ad2yiswkj227vjlw9zypphdfdivfkbril7dg6495"))
+              "0ygd80wxcmh613n04x2kmf8wlsl0drxyd5wwdcrm1rzj0xwvpfrs"))
             (modules '((guix build utils)))
             (snippet
              ;; Replace shebang with the bi-lingual shell/Perl trick to remove



reply via email to

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