[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/74: gnu: r-shiny: Update to 1.2.0.
From: |
guix-commits |
Subject: |
09/74: gnu: r-shiny: Update to 1.2.0. |
Date: |
Thu, 7 Mar 2019 17:53:00 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit d235cf7268450f35598980b0561754708475fb64
Author: Ricardo Wurmus <address@hidden>
Date: Thu Mar 7 23:09:56 2019 +0100
gnu: r-shiny: Update to 1.2.0.
* gnu/packages/cran.scm (r-shiny): Update to 1.2.0.
[arguments]: Adjust processing of minified JavaScript.
---
gnu/packages/cran.scm | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b5d74f3..810fe54 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -639,7 +639,7 @@ and vice-versa.")
(define-public r-shiny
(package
(name "r-shiny")
- (version "1.1.0")
+ (version "1.2.0")
(source
(origin
(method git-fetch)
@@ -649,7 +649,7 @@ and vice-versa.")
(file-name (git-file-name name version))
(sha256
(base32
- "041q2gzvzs13syfhbirmkik96asdji8dxnnbs63j7v1ks97hrvvz"))))
+ "1kl3dh68h4cnrm3rqn9pddk5n6bsmr5x0626bkfv0qqi0q92zin4"))))
(build-system r-build-system)
(arguments
`(#:modules ((guix build r-build-system)
@@ -700,8 +700,6 @@ and vice-versa.")
(minify source #:target target)))
'(("jqueryui/jquery-ui.js" .
"jqueryui/jquery-ui.min.js")
- ("showdown/src/showdown.js" .
- "showdown/compressed/showdown.js")
("datepicker/js/bootstrap-datepicker.js" .
"datepicker/js/bootstrap-datepicker.min.js")
("ionrangeslider/js/ion.rangeSlider.js" .
- branch master updated (d748cb5 -> 20662a3), guix-commits, 2019/03/07
- 01/74: gnu: Add r-ellipsis., guix-commits, 2019/03/07
- 04/74: gnu: Add r-furrr., guix-commits, 2019/03/07
- 02/74: gnu: Add r-magick., guix-commits, 2019/03/07
- 07/74: gnu: r-network: Update to 1.14-377., guix-commits, 2019/03/07
- 06/74: gnu: r-vegan: Update to 2.5-4., guix-commits, 2019/03/07
- 03/74: gnu: Add r-survey., guix-commits, 2019/03/07
- 11/74: gnu: r-vgam: Update to 1.1-1., guix-commits, 2019/03/07
- 05/74: gnu: r-future-apply: Update to 1.2.0., guix-commits, 2019/03/07
- 09/74: gnu: r-shiny: Update to 1.2.0.,
guix-commits <=
- 10/74: gnu: r-ggthemes: Update to 4.1.0., guix-commits, 2019/03/07
- 16/74: gnu: r-r-rsp: Update to 0.43.1., guix-commits, 2019/03/07
- 08/74: gnu: r-epi: Update to 2.35., guix-commits, 2019/03/07
- 12/74: gnu: r-pbapply: Update to 1.4-0., guix-commits, 2019/03/07
- 19/74: gnu: r-irlba: Update to 2.3.3., guix-commits, 2019/03/07
- 20/74: gnu: r-flexmix: Update to 2.3-15., guix-commits, 2019/03/07
- 13/74: gnu: r-purrr: Update to 0.3.1., guix-commits, 2019/03/07
- 18/74: gnu: r-registry: Update to 0.5-1., guix-commits, 2019/03/07
- 15/74: gnu: r-mvtnorm: Update to 1.0-10., guix-commits, 2019/03/07
- 14/74: gnu: r-tidyr: Update to 0.8.3., guix-commits, 2019/03/07