gnu: qpdf: Update to 5.1.3.

* gnu/packages/pdf.scm (qpdf): Update to 5.1.3.
This commit is contained in:
宋文武 2015-09-12 17:05:20 +08:00
parent 62a9a23bf9
commit 47959dd442
1 changed files with 2 additions and 2 deletions

View File

@ -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