guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: qpdf: Update to 9.0.1.


From: guix-commits
Subject: 02/08: gnu: qpdf: Update to 9.0.1.
Date: Wed, 9 Oct 2019 12:54:49 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit f855616fff96679ac0412cefa89cdf34084b97ea
Author: Marius Bakke <address@hidden>
Date:   Wed Oct 9 12:55:06 2019 +0200

    gnu: qpdf: Update to 9.0.1.
    
    * gnu/packages/pdf.scm (qpdf): Update to 9.0.1.
---
 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 003b5a9..b13caf3 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -668,14 +668,14 @@ line tools for batch rendering @command{pdfdraw}, 
rewriting files
 (define-public qpdf
   (package
    (name "qpdf")
-   (version "8.4.1")
+   (version "9.0.1")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://sourceforge/qpdf/qpdf/" version
                                 "/qpdf-" version ".tar.gz"))
             (sha256
              (base32
-              "1fsfy38dnm9cy1j40jw5x8vn84l6f2kgb68rdjl0wxignfw05z87"))
+              "0lhgb82s2402ad2yiswkj227vjlw9zypphdfdivfkbril7dg6495"))
             (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]