diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-10-09 12:55:06 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-10-09 12:55:06 +0200 |
commit | f855616fff96679ac0412cefa89cdf34084b97ea (patch) | |
tree | 5bcd20db7b1e546245c28abeaa9405cc450dd39e | |
parent | 1c10ba3a249f797493cc67da48cbb58398425920 (diff) | |
download | patches-f855616fff96679ac0412cefa89cdf34084b97ea.tar patches-f855616fff96679ac0412cefa89cdf34084b97ea.tar.gz |
gnu: qpdf: Update to 9.0.1.
* gnu/packages/pdf.scm (qpdf): Update to 9.0.1.
-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 003b5a9548..b13caf37fe 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.1") + (version "9.0.1") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/qpdf/qpdf/" version "/qpdf-" version ".tar.gz")) (sha256 (base32 - "1fsfy38dnm9cy1j40jw5x8vn84l6f2kgb68rdjl0wxignfw05z87")) + "0lhgb82s2402ad2yiswkj227vjlw9zypphdfdivfkbril7dg6495")) (modules '((guix build utils))) (snippet ;; Replace shebang with the bi-lingual shell/Perl trick to remove |