unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#34551] [PATCH 12/24] gnu: r-readxl: Update to 1.3.0.
@ 2019-02-19  3:44 Brett Gilio
  2019-03-14 10:31 ` bug#34551: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Brett Gilio @ 2019-02-19  3:44 UTC (permalink / raw)
  To: 34551

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: [PATCH 12/24] gnu: r-readxl: Update to 1.3.0. --]
[-- Type: text/x-patch, Size: 1402 bytes --]

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#34551: [PATCH 12/24] gnu: r-readxl: Update to 1.3.0.
  2019-02-19  3:44 [bug#34551] [PATCH 12/24] gnu: r-readxl: Update to 1.3.0 Brett Gilio
@ 2019-03-14 10:31 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2019-03-14 10:31 UTC (permalink / raw)
  To: Brett Gilio; +Cc: 34551-done


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!

-- 
Ricardo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-14 10:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-19  3:44 [bug#34551] [PATCH 12/24] gnu: r-readxl: Update to 1.3.0 Brett Gilio
2019-03-14 10:31 ` bug#34551: " Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).