guix-commits
[Top][All Lists]
Advanced

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

09/10: gnu: QPDF: Update to 8.4.1.


From: guix-commits
Subject: 09/10: gnu: QPDF: Update to 8.4.1.
Date: Sat, 4 May 2019 10:56:15 -0400 (EDT)

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

commit 3784b580efcf82f38299eee516dfc5be75e5a4fc
Author: Marius Bakke <address@hidden>
Date:   Thu May 2 14:01:36 2019 +0200

    gnu: QPDF: Update to 8.4.1.
    
    * gnu/packages/pdf.scm (qpdf): Update to 8.4.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 850e1db..659e9b6 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -663,14 +663,14 @@ line tools for batch rendering @command{pdfdraw}, 
rewriting files
 (define-public qpdf
   (package
    (name "qpdf")
-   (version "8.4.0")
+   (version "8.4.1")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://sourceforge/qpdf/qpdf/" version
                                 "/qpdf-" version ".tar.gz"))
             (sha256
              (base32
-              "1864p952m8vzxk6v500a42psbqj2g2gyli3d3zj6h33hzwxqy09r"))
+              "1fsfy38dnm9cy1j40jw5x8vn84l6f2kgb68rdjl0wxignfw05z87"))
             (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]