diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-08-19 15:41:25 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-08-19 15:41:25 +0200 |
commit | 233e7a028d69093ebdf0acb16146a5e4f884b4ed (patch) | |
tree | 9647e7185b92326fb3c647e9c99698ee0713930b /gnu/packages/pdf.scm | |
parent | 525a62e5eaa1c5e007198dc3261c6bc2932cfb6a (diff) | |
download | patches-233e7a028d69093ebdf0acb16146a5e4f884b4ed.tar patches-233e7a028d69093ebdf0acb16146a5e4f884b4ed.tar.gz |
gnu: qpdf: Update to 8.2.1.
* gnu/packages/pdf.scm (qpdf): Update to 8.2.1.
Diffstat (limited to 'gnu/packages/pdf.scm')
-rw-r--r-- | gnu/packages/pdf.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index 57a5e1c0ed..2778f1d6a3 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -644,14 +644,14 @@ line tools for batch rendering @command{pdfdraw}, rewriting files (define-public qpdf (package (name "qpdf") - (version "8.1.0") + (version "8.2.1") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/qpdf/qpdf/" version "/qpdf-" version ".tar.gz")) (sha256 (base32 - "1m3hcgip6bzjx4gd7wq1328p8zi3pq5savzncdyln6l0lcklh7vx")) + "1jdb0jj72fjdp6xip4m7yz31r5x13zs7h4smnxsycgw3vbmx6igl")) (modules '((guix build utils))) (snippet ;; Replace shebang with the bi-lingual shell/Perl trick to remove |