guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: qpdf: Update to 8.2.1.


From: Marius Bakke
Subject: 03/04: gnu: qpdf: Update to 8.2.1.
Date: Sun, 19 Aug 2018 09:46:07 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 233e7a028d69093ebdf0acb16146a5e4f884b4ed
Author: Marius Bakke <address@hidden>
Date:   Sun Aug 19 15:41:25 2018 +0200

    gnu: qpdf: Update to 8.2.1.
    
    * gnu/packages/pdf.scm (qpdf): Update to 8.2.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 57a5e1c..2778f1d 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -644,14 +644,14 @@ line tools for batch rendering @command{pdfdraw}, 
rewriting files
 (define-public qpdf
   (package
    (name "qpdf")
-   (version "8.1.0")
+   (version "8.2.1")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://sourceforge/qpdf/qpdf/" version
                                 "/qpdf-" version ".tar.gz"))
             (sha256
              (base32
-              "1m3hcgip6bzjx4gd7wq1328p8zi3pq5savzncdyln6l0lcklh7vx"))
+              "1jdb0jj72fjdp6xip4m7yz31r5x13zs7h4smnxsycgw3vbmx6igl"))
             (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]