[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/09: gnu: r-qpdf: Update to 1.2.0.
From: |
guix-commits |
Subject: |
02/09: gnu: r-qpdf: Update to 1.2.0. |
Date: |
Mon, 30 May 2022 09:39:22 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit d3cb071050f345f37a95c5c97ec41fb2029de201
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon May 30 15:30:47 2022 +0200
gnu: r-qpdf: Update to 1.2.0.
* gnu/packages/cran.scm (r-qpdf): Update to 1.2.0.
[source]: Remove trailing #T from snippet.
[arguments]: Remove trailing #T from 'configure phase.
[inputs]: Add libjpeg-turbo.
---
gnu/packages/cran.scm | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5a8285b342..c7ba9e6e69 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -30818,32 +30818,29 @@ Also support writing data frame into ODS file.")
(define-public r-qpdf
(package
(name "r-qpdf")
- (version "1.1")
+ (version "1.2.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "qpdf" version))
(sha256
(base32
- "03lnfncw8qd1fwfyqh1mjvnsjr3b63wxbah0wp5g7z7gba90dwbi"))
+ "1a1d7zad2l94z068mic6dg9wr9bq8mlmqszrj8vxps1441mb6gfh"))
(modules '((guix build utils)))
(snippet
'(begin
;; unvendor libqpdf
(delete-file-recursively "src/libqpdf")
- (delete-file-recursively "src/include/qpdf")
- #t))))
+ (delete-file-recursively "src/include/qpdf")))))
(properties `((upstream-name . "qpdf")))
(build-system r-build-system)
(arguments
'(#:phases
(modify-phases %standard-phases
(add-after 'unpack 'configure
- (lambda _
- (setenv "EXTERNAL_QPDF" "1")
- #t)))))
+ (lambda _ (setenv "EXTERNAL_QPDF" "1"))))))
(inputs
- (list zlib qpdf))
+ (list libjpeg-turbo qpdf zlib))
(propagated-inputs
(list r-askpass r-curl r-rcpp))
(native-inputs (list pkg-config))
- branch master updated (d2a9142852 -> 281bf72745), guix-commits, 2022/05/30
- 03/09: gnu: r-gee: Update to 4.13-23., guix-commits, 2022/05/30
- 06/09: gnu: r-parameters: Update to 0.18.1., guix-commits, 2022/05/30
- 08/09: gnu: r-chron: Update to 2.3-57., guix-commits, 2022/05/30
- 07/09: gnu: r-tree: Update to 1.0-42., guix-commits, 2022/05/30
- 09/09: gnu: r-lmom: Update to 2.9., guix-commits, 2022/05/30
- 01/09: gnu: r-batchelor: Update to 1.12.1., guix-commits, 2022/05/30
- 02/09: gnu: r-qpdf: Update to 1.2.0.,
guix-commits <=
- 05/09: gnu: r-clue: Update to 0.3-61., guix-commits, 2022/05/30
- 04/09: gnu: r-cobs: Update to 1.3-5., guix-commits, 2022/05/30