Brett Gilio wrote 6 years ago
(address . guix-patches@gnu.org)
From ce3f88b291d23d29c24d332bc28ed9426a7a034f Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Mon, 18 Feb 2019 20:46:34 -0600
Subject: [PATCH 12/24] gnu: r-readxl: Update to 1.3.0.
* gnu/packages/cran.scm (r-readxl): Update to 1.3.0.
---
gnu/packages/cran.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
Toggle diff (34 lines)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index a95092613..d35508aaa 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -314,14 +314,14 @@ that.")
(define-public r-readxl
(package
(name "r-readxl")
- (version "1.2.0")
+ (version "1.3.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "readxl" version))
(sha256
(base32
- "1mwm389skl4ahcwsmhvx31pjkrn6y9igpnhsczwg6yza886q7j19"))))
+ "1p7snd8lznyinp0nyg6bsqwn9alh3pnnj77bfg865ingdl1d2yc3"))))
(build-system r-build-system)
(propagated-inputs
`(("r-cellranger" ,r-cellranger)
@@ -336,7 +336,9 @@ that.")
the embedded @code{RapidXML} C++ library.")
;; XXX: This package bundles a copy of 'libxsl' which is BSD-2 and
;; 'rapidxml' which is Boost.
- (license (list license:gpl3 license:bsd-2 license:boost1.0))))
+ (license (list license:gpl3
+ license:bsd-2
+ license:boost1.0))))
(define-public r-modelr
(package
--
2.20.1