gnu: r-xml2: Update to 1.2.0.
* gnu/packages/statistics.scm (r-xml2): Update to 1.2.0. [native-inputs]: Add pkg-config. [propagated-inputs]: Remove r-bh. [inputs]: Add zlib.
This commit is contained in:
parent
2afbaab56c
commit
78e03a761c
|
@ -1923,20 +1923,22 @@ and environmental data in the framework of Euclidean exploratory methods.")
|
||||||
(define-public r-xml2
|
(define-public r-xml2
|
||||||
(package
|
(package
|
||||||
(name "r-xml2")
|
(name "r-xml2")
|
||||||
(version "1.1.1")
|
(version "1.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "xml2" version))
|
(uri (cran-uri "xml2" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05iifrcgzx53w5ciw8bbm4vdwc3giv4xsvazv8chqxkndfvf7wq0"))))
|
"154lmksfiwkhnlmryas25mjhfg6k4mmnnk7bbb29mnn5x5pr2yha"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libxml2" ,libxml2)))
|
`(("libxml2" ,libxml2)
|
||||||
|
("zlib" ,zlib)))
|
||||||
|
(native-inputs
|
||||||
|
`(("pkg-config" ,pkg-config)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-rcpp" ,r-rcpp)
|
`(("r-rcpp" ,r-rcpp)))
|
||||||
("r-bh" ,r-bh)))
|
|
||||||
(home-page "https://github.com/hadley/xml2")
|
(home-page "https://github.com/hadley/xml2")
|
||||||
(synopsis "Parse XML with R")
|
(synopsis "Parse XML with R")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue