guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: qpdf: Update to 5.1.3.


From: ???
Subject: 03/06: gnu: qpdf: Update to 5.1.3.
Date: Sun, 13 Sep 2015 10:38:40 +0000

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

commit 47959dd4426ab7ccd2e55ce2261cfed51f4a45c8
Author: 宋文武 <address@hidden>
Date:   Sat Sep 12 17:05:20 2015 +0800

    gnu: qpdf: Update to 5.1.3.
    
    * gnu/packages/pdf.scm (qpdf): Update to 5.1.3.
---
 gnu/packages/pdf.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 8b09726..a7f029e 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -431,13 +431,13 @@ and examining the file structure (pdfshow).")
 (define-public qpdf
   (package
    (name "qpdf")
-   (version "5.1.2")
+   (version "5.1.3")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://sourceforge/qpdf/qpdf-"
                                 version ".tar.gz"))
             (sha256 (base32
-                     "1zbvhrp0zjzbi6q2bnbxbg6399r47pq5gw3kspzph81j19fqvpg9"))))
+                     "1lq1v7xghvl6p4hgrwbps3a13ad6lh4ib3myimb83hxgsgd4n5nm"))))
    (build-system gnu-build-system)
    (arguments
       '(#:phases (alist-cons-before



reply via email to

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