unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#34541] [PATCH 07/24] gnu: r-mosaic: Update to 1.5.0.
@ 2019-02-19  3:45 Brett Gilio
  2019-02-19 13:06 ` Ricardo Wurmus
  0 siblings, 1 reply; 3+ messages in thread
From: Brett Gilio @ 2019-02-19  3:45 UTC (permalink / raw)
  To: 34541

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: [PATCH 07/24] gnu: r-mosaic: Update to 1.5.0. --]
[-- Type: text/x-patch, Size: 1317 bytes --]

From 03f4cffada699d5f676893b83f5b1388f4582762 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Mon, 18 Feb 2019 19:37:19 -0600
Subject: [PATCH 07/24] gnu: r-mosaic: Update to 1.5.0.

* gnu/packages/cran.scm (r-mosaic): Update to 1.5.0.
---
 gnu/packages/cran.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 1359a565f..45715415e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6618,13 +6618,13 @@ Processing of very large files is supported.")
 (define-public r-mosaic
   (package
    (name "r-mosaic")
-   (version "1.4.0")
+   (version "1.5.0")
    (source
     (origin
      (method url-fetch)
      (uri (cran-uri "mosaic" version))
      (sha256
-      (base32 "10jbrg8kli00kfgbh2f67bymm5cnlancc9dplb1j7fl552yjddn2"))))
+      (base32 "1j3dq8y2zpr3cad5pgbd3qm9ls17z0s6f9qqp5ddh110wf5kz0h4"))))
    (build-system r-build-system)
    (propagated-inputs
     `(("r-broom" ,r-broom)
@@ -6638,6 +6638,7 @@ Processing of very large files is supported.")
       ("r-lattice" ,r-lattice)
       ("r-latticeextra" ,r-latticeextra)
       ("r-lazyeval" ,r-lazyeval)
+      ("r-leaflet" ,r-leaflet)
       ("r-mass" ,r-mass)
       ("r-matrix" ,r-matrix)
       ("r-mosaiccore" ,r-mosaiccore)
-- 
2.20.1

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

end of thread, other threads:[~2022-04-07 12:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-19  3:45 [bug#34541] [PATCH 07/24] gnu: r-mosaic: Update to 1.5.0 Brett Gilio
2019-02-19 13:06 ` Ricardo Wurmus
2022-04-07 12:19   ` bug#34541: " zimoun

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).