gnu: qpdf: Update to 6.0.0.

* gnu/packages/pdf.scm (qpdf): Update to 6.0.0.
This commit is contained in:
Efraim Flashner 2016-08-15 11:50:38 +03:00
parent 0adfe0ccbe
commit 8337cb210d
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 4 additions and 3 deletions

View File

@ -507,13 +507,14 @@ and examining the file structure (pdfshow).")
(define-public qpdf (define-public qpdf
(package (package
(name "qpdf") (name "qpdf")
(version "5.1.3") (version "6.0.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://sourceforge/qpdf/qpdf/" version (uri (string-append "mirror://sourceforge/qpdf/qpdf/" version
"/qpdf-" version ".tar.gz")) "/qpdf-" version ".tar.gz"))
(sha256 (base32 (sha256
"1lq1v7xghvl6p4hgrwbps3a13ad6lh4ib3myimb83hxgsgd4n5nm")) (base32
"0csj2p2gkxrc0rk8ykymlsdgfas96vzf1dip3y1x7z1q9plwgzd9"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
;; Replace shebang with the bi-lingual shell/Perl trick to remove ;; Replace shebang with the bi-lingual shell/Perl trick to remove