diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-24 02:37:35 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-24 03:12:44 +0200 |
commit | 88808152d993ea170126ec41905a889227905873 (patch) | |
tree | e1f8290a1041e1b9a76bd248c83f9126c31337eb /gnu/packages/pdf.scm | |
parent | 525961cd438c7ed2d763c91c16dfd06a4fc10628 (diff) |
gnu: qpdf: Update to 9.0.1.
* gnu/packages/pdf.scm (qpdf): Update to 9.0.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 d45a78222c..7cc6b4e77f 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -668,14 +668,14 @@ line tools for batch rendering @command{pdfdraw}, rewriting files (define-public qpdf (package (name "qpdf") - (version "8.4.0") + (version "9.0.1") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/qpdf/qpdf/" version "/qpdf-" version ".tar.gz")) (sha256 (base32 - "1864p952m8vzxk6v500a42psbqj2g2gyli3d3zj6h33hzwxqy09r")) + "0lhgb82s2402ad2yiswkj227vjlw9zypphdfdivfkbril7dg6495")) (modules '((guix build utils))) (snippet ;; Replace shebang with the bi-lingual shell/Perl trick to remove |