[PATCH 12/24] gnu: r-readxl: Update to 1.3.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Brett Gilio
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Brett Gilio
Severity
normal

Debbugs page

Brett Gilio wrote 6 years ago
(address . guix-patches@gnu.org)
87r2c4v3vg.fsf@posteo.net
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
Ricardo Wurmus wrote 6 years ago
(name . Brett Gilio)(address . brettg@posteo.net)(address . 34551-done@debbugs.gnu.org)
87wol13fy2.fsf@elephly.net
Brett Gilio <brettg@posteo.net> writes:

Toggle quote (7 lines)
> 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!

--
Ricardo
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 34551@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 34551
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help