Message ID | 87r2c4v3vg.fsf@posteo.net |
---|---|
State | Accepted |
Headers | show |
Series | [bug#34545,01/24] gnu: r-raster: Update to 2.8-19. | expand |
Context | Check | Description |
---|---|---|
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
Brett Gilio <brettg@posteo.net> writes: > 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. Meanwhile this has found its way into Guix with the last big mass upgrade of CRAN and Bioconductor packages. Closing. Thanks!
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(-) 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