gnu: qpdf: Update to 6.0.0.
* gnu/packages/pdf.scm (qpdf): Update to 6.0.0.
This commit is contained in:
parent
0adfe0ccbe
commit
8337cb210d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue