[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
29/46: gnu: qpdf: Update to 9.1.1.
From: |
guix-commits |
Subject: |
29/46: gnu: qpdf: Update to 9.1.1. |
Date: |
Fri, 14 Feb 2020 12:41:03 -0500 (EST) |
mbakke pushed a commit to branch staging
in repository guix.
commit d7bede8bf1c3269fdb8f8aeebcfdd6d854fc2bb3
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Feb 12 18:58:30 2020 +0100
gnu: qpdf: Update to 9.1.1.
* gnu/packages/pdf.scm (qpdf): Update to 9.1.1.
[source](modules, snippet): Remove.
---
gnu/packages/pdf.scm | 16 ++--------------
1 file changed, 2 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 13cc384..5f16f20 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -676,26 +676,14 @@ line tools for batch rendering @command{pdfdraw},
rewriting files
(define-public qpdf
(package
(name "qpdf")
- (version "9.1.0")
+ (version "9.1.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/qpdf/qpdf/" version
"/qpdf-" version ".tar.gz"))
(sha256
(base32
- "0ygd80wxcmh613n04x2kmf8wlsl0drxyd5wwdcrm1rzj0xwvpfrs"))
- (modules '((guix build utils)))
- (snippet
- ;; Replace shebang with the bi-lingual shell/Perl trick to remove
- ;; dependency on Perl.
- '(begin
- (substitute* "qpdf/fix-qdf"
- (("#!/usr/bin/env perl")
- "\
-eval '(exit $?0)' && eval 'exec perl -wS \"$0\" ${1+\"$@\"}'
- & eval 'exec perl -wS \"$0\" $argv:q'
- if 0;\n"))
- #t))))
+ "0dj27wb9xg6pg95phbflfvy9rwxn1gh3kc4n175g0pf41r0zrim2"))))
(build-system gnu-build-system)
(arguments
`(#:disallowed-references (,perl)
- 21/46: gnu: perl-test-output: Remove obsolete input., (continued)
- 21/46: gnu: perl-test-output: Remove obsolete input., guix-commits, 2020/02/14
- 13/46: gnu: perl-lwp-mediatypes: Update to 6.04., guix-commits, 2020/02/14
- 14/46: gnu: perl-http-date: Update to 6.05., guix-commits, 2020/02/14
- 15/46: gnu: perl-term-readkey: Update to 2.38., guix-commits, 2020/02/14
- 16/46: gnu: perl-cgi: Update to 4.46., guix-commits, 2020/02/14
- 19/46: gnu: perl-test-deep: Remove obsolete input., guix-commits, 2020/02/14
- 24/46: gnu: ImageMagick: Update to 6.9.10-92., guix-commits, 2020/02/14
- 23/46: gnu: lz4: Do not install liblz4.a., guix-commits, 2020/02/14
- 25/46: gnu: check: Update to 0.14.0., guix-commits, 2020/02/14
- 26/46: gnu: MariaDB: Update to 10.1.44., guix-commits, 2020/02/14
- 29/46: gnu: qpdf: Update to 9.1.1.,
guix-commits <=
- 30/46: gnu: mtdev: Update to 1.1.6., guix-commits, 2020/02/14
- 31/46: gnu: mtdev: Do not build the static library., guix-commits, 2020/02/14
- 32/46: gnu: python-cython: Update to 0.29.15., guix-commits, 2020/02/14
- 34/46: gnu: python-snowballstemmer: Update to 2.0.0., guix-commits, 2020/02/14
- 41/46: gnu: nspr: Update to 4.25., guix-commits, 2020/02/14
- 42/46: gnu: nss, nss-certs: Update to 3.50., guix-commits, 2020/02/14
- 20/46: gnu: perl-test-nowarnings: Remove obsolete input., guix-commits, 2020/02/14
- 44/46: gnu: postgresql@10: Update to 10.12., guix-commits, 2020/02/14
- 22/46: gnu: perl-test-trap: Remove obsolete input., guix-commits, 2020/02/14
- 27/46: gnu: cups-filters: Update to 1.27.0., guix-commits, 2020/02/14