diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-04-03 07:13:36 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-04-06 08:40:49 +0200 |
commit | ad9b4a696e86d491f5126c389bafe3942be77d47 (patch) | |
tree | a104dda0c38aff5131d3f903e1fabb8e2f54038d /gnu/packages/statistics.scm | |
parent | ffbab0788eb3912798a4016453f93eef3d093dca (diff) | |
download | patches-ad9b4a696e86d491f5126c389bafe3942be77d47.tar patches-ad9b4a696e86d491f5126c389bafe3942be77d47.tar.gz |
gnu: r-xml2: Update to 1.3.0.
* gnu/packages/statistics.scm (r-xml2): Update to 1.3.0.
[propagated-inputs]: Remove r-rcpp.
Diffstat (limited to 'gnu/packages/statistics.scm')
-rw-r--r-- | gnu/packages/statistics.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 699b35d226..24809e9fa4 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 |