me
/
guix
Archived
1
0
Fork 0

gnu: qpdf: Update to 10.0.1.

* gnu/packages/pdf.scm (qpdf): Update to 10.0.1.
master
Marius Bakke 2020-05-14 22:52:34 +02:00 committed by Marius Bakke
parent 36c50eab98
commit 44c95fa650
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -749,14 +749,14 @@ line tools for batch rendering @command{pdfdraw}, rewriting files
(define-public qpdf
(package
(name "qpdf")
(version "9.1.1")
(version "10.0.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/qpdf/qpdf/" version
"/qpdf-" version ".tar.gz"))
(sha256
(base32
"0dj27wb9xg6pg95phbflfvy9rwxn1gh3kc4n175g0pf41r0zrim2"))))
"0yw2cpw7ygfd6jlgpwbi8vsnvv9p55zxp9h17x77z2qq733pf8jx"))))
(build-system gnu-build-system)
(arguments
`(#:disallowed-references (,perl)