diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-24 03:13:38 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-24 03:14:26 +0200 |
commit | e2d69addf6f703f0b04d76988edcd6d5a84cb37b (patch) | |
tree | e3e91588c77b79138c526f54f73059d1ed83a39f /gnu/packages/pdf.scm | |
parent | 88808152d993ea170126ec41905a889227905873 (diff) | |
download | guix-e2d69addf6f703f0b04d76988edcd6d5a84cb37b.tar guix-e2d69addf6f703f0b04d76988edcd6d5a84cb37b.tar.gz |
Revert "gnu: qpdf: Update to 9.0.1."
This reverts commit 88808152d993ea170126ec41905a889227905873.
It was intended for staging.
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 7cc6b4e77f..d45a78222c 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 "9.0.1") + (version "8.4.0") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/qpdf/qpdf/" version "/qpdf-" version ".tar.gz")) (sha256 (base32 - "0lhgb82s2402ad2yiswkj227vjlw9zypphdfdivfkbril7dg6495")) + "1864p952m8vzxk6v500a42psbqj2g2gyli3d3zj6h33hzwxqy09r")) (modules '((guix build utils))) (snippet ;; Replace shebang with the bi-lingual shell/Perl trick to remove |