[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/13: gnu: r-xml2: Update to 1.3.0.
From: |
guix-commits |
Subject: |
02/13: gnu: r-xml2: Update to 1.3.0. |
Date: |
Mon, 6 Apr 2020 02:41:01 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit ad9b4a696e86d491f5126c389bafe3942be77d47
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Fri Apr 3 07:13:36 2020 +0200
gnu: r-xml2: Update to 1.3.0.
* gnu/packages/statistics.scm (r-xml2): Update to 1.3.0.
[propagated-inputs]: Remove r-rcpp.
---
gnu/packages/statistics.scm | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 699b35d..24809e9 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1989,14 +1989,14 @@ and environmental data in the framework of Euclidean
exploratory methods.")
(define-public r-xml2
(package
(name "r-xml2")
- (version "1.2.5")
+ (version "1.3.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "xml2" version))
(sha256
(base32
- "0mp61gg8s3zfq10g10vjk0mrcx6d5gm81n4ji8an2my11g61yq94"))))
+ "138v9374xwc7flw8fz8qp8q3w4fch2jviij0g10dg92xn9dsyani"))))
(build-system r-build-system)
(inputs
`(("libxml2" ,libxml2)
@@ -2004,8 +2004,6 @@ and environmental data in the framework of Euclidean
exploratory methods.")
(native-inputs
`(("pkg-config" ,pkg-config)
("r-knitr" ,r-knitr)))
- (propagated-inputs
- `(("r-rcpp" ,r-rcpp)))
(home-page "https://github.com/hadley/xml2")
(synopsis "Parse XML with R")
(description
- branch master updated (b6b0756 -> f00f52a), guix-commits, 2020/04/06
- 02/13: gnu: r-xml2: Update to 1.3.0.,
guix-commits <=
- 01/13: gnu: r-lattice: Update to 0.20-41., guix-commits, 2020/04/06
- 03/13: gnu: r-quantreg: Update to 5.55., guix-commits, 2020/04/06
- 04/13: gnu: r-sn: Update to 1.6-1., guix-commits, 2020/04/06
- 05/13: gnu: r-vcd: Update to 1.4-7., guix-commits, 2020/04/06
- 06/13: gnu: r-reticulate: Update to 1.15., guix-commits, 2020/04/06
- 10/13: gnu: r-huge: Update to 1.3.4.1., guix-commits, 2020/04/06
- 09/13: gnu: r-tidytree: Update to 0.3.3., guix-commits, 2020/04/06
- 11/13: gnu: r-snowballc: Update to 0.7.0., guix-commits, 2020/04/06
- 13/13: gnu: mumi: Update to 0.0.0-12.bb2fe92., guix-commits, 2020/04/06
- 12/13: gnu: guile-for-guile-emacs: Update to 2.1.2-1.15ca784., guix-commits, 2020/04/06