gnu: qpdf: Update to 8.2.1.
* gnu/packages/pdf.scm (qpdf): Update to 8.2.1.
This commit is contained in:
parent
525a62e5ea
commit
233e7a028d
|
@ -644,14 +644,14 @@ line tools for batch rendering @command{pdfdraw}, rewriting files
|
||||||
(define-public qpdf
|
(define-public qpdf
|
||||||
(package
|
(package
|
||||||
(name "qpdf")
|
(name "qpdf")
|
||||||
(version "8.1.0")
|
(version "8.2.1")
|
||||||
(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
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1m3hcgip6bzjx4gd7wq1328p8zi3pq5savzncdyln6l0lcklh7vx"))
|
"1jdb0jj72fjdp6xip4m7yz31r5x13zs7h4smnxsycgw3vbmx6igl"))
|
||||||
(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