me
/
guix
Archived
1
0
Fork 0

gnu: qpdf: Update to 5.1.3.

* gnu/packages/pdf.scm (qpdf): Update to 5.1.3.
master
宋文武 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 (define-public qpdf
(package (package
(name "qpdf") (name "qpdf")
(version "5.1.2") (version "5.1.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://sourceforge/qpdf/qpdf-" (uri (string-append "mirror://sourceforge/qpdf/qpdf-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (base32 (sha256 (base32
"1zbvhrp0zjzbi6q2bnbxbg6399r47pq5gw3kspzph81j19fqvpg9")))) "1lq1v7xghvl6p4hgrwbps3a13ad6lh4ib3myimb83hxgsgd4n5nm"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:phases (alist-cons-before '(#:phases (alist-cons-before