[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/43: gnu: r-svglite: Update to 1.2.2.
From: |
guix-commits |
Subject: |
01/43: gnu: r-svglite: Update to 1.2.2. |
Date: |
Mon, 20 May 2019 08:40:46 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit ee7e2ebf61480f0b33dd3945de0ff2b15bacb1b3
Author: Ricardo Wurmus <address@hidden>
Date: Sat May 18 06:46:56 2019 +0200
gnu: r-svglite: Update to 1.2.2.
* gnu/packages/statistics.scm (r-svglite): Update to 1.2.2.
[native-inputs]: Move r-rcpp from here...
[propagated-inputs]: ...to here.
---
gnu/packages/statistics.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 8bcc90f..ed5a4b7 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1225,19 +1225,19 @@ and to generate base64 encoded string from raster
matrix.")
(define-public r-svglite
(package
(name "r-svglite")
- (version "1.2.1")
+ (version "1.2.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "svglite" version))
(sha256
(base32
- "1bws3lc4hlhln11zd7lalhiyc43yk6c6vrzy41fkxk1dkjazfx51"))))
+ "1gwv51wqp6pgm2f9gavsiq65njs77fr49n8y6y9ax60k3a4vvg14"))))
(build-system r-build-system)
- (native-inputs `(("r-rcpp" ,r-rcpp)))
(propagated-inputs
`(("r-bh" ,r-bh)
- ("r-gdtools" ,r-gdtools)))
+ ("r-gdtools" ,r-gdtools)
+ ("r-rcpp" ,r-rcpp)))
(home-page "https://github.com/hadley/svglite")
(synopsis "SVG graphics device")
(description
- branch master updated (996ecaf -> 7a94438), guix-commits, 2019/05/20
- 02/43: gnu: r-nlme: Update to 3.1-140., guix-commits, 2019/05/20
- 05/43: gnu: r-rcpparmadillo: Update to 0.9.400.3.0., guix-commits, 2019/05/20
- 04/43: gnu: r-batchjobs: Update to 1.8., guix-commits, 2019/05/20
- 03/43: gnu: r-dplyr: Update to 0.8.1., guix-commits, 2019/05/20
- 06/43: gnu: r-segmented: Update to 0.5-4.0., guix-commits, 2019/05/20
- 11/43: gnu: r-xcms: Update to 3.6.1., guix-commits, 2019/05/20
- 15/43: gnu: Add r-vctrs., guix-commits, 2019/05/20
- 01/43: gnu: r-svglite: Update to 1.2.2.,
guix-commits <=
- 08/43: gnu: r-ggthemes: Update to 4.2.0., guix-commits, 2019/05/20
- 07/43: gnu: r-hexbin: Update to 1.27.3., guix-commits, 2019/05/20
- 09/43: gnu: r-robustbase: Update to 0.93-5., guix-commits, 2019/05/20
- 10/43: gnu: r-sn: Update to 1.5-4., guix-commits, 2019/05/20
- 13/43: gnu: r-tinytex: Update to 0.13., guix-commits, 2019/05/20
- 14/43: gnu: Add r-zeallot., guix-commits, 2019/05/20
- 12/43: gnu: r-heatmaply: Update to 0.16.0., guix-commits, 2019/05/20
- 18/43: gnu: r-rvest: Update to 0.3.4., guix-commits, 2019/05/20
- 17/43: gnu: r-vegan: Update to 2.5-5., guix-commits, 2019/05/20
- 21/43: gnu: r-reprex: Update to 0.3.0., guix-commits, 2019/05/20