gnu: r-xml: Update to 3.98-1.5.
* gnu/packages/statistics.scm (r-xml): Update to 3.98-1.5. [propagated-inputs]: Remove r-rcurl.
This commit is contained in:
parent
773a50114c
commit
db1b38af4e
|
@ -2305,20 +2305,18 @@ ldap, and also supports cookies, redirects, authentication, etc.")
|
||||||
(define-public r-xml
|
(define-public r-xml
|
||||||
(package
|
(package
|
||||||
(name "r-xml")
|
(name "r-xml")
|
||||||
(version "3.98-1.4")
|
(version "3.98-1.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "XML" version))
|
(uri (cran-uri "XML" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09hiy5a875v2fhsgrsfymrwccn9249wnnsr6ck2slrig65svq2lw"))))
|
"0dcdj7ryn8lm7wmv4hqhh9jxa5k97l6ad8xyvb932yfkwj1g1byy"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "XML")))
|
`((upstream-name . "XML")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libxml2" ,libxml2)))
|
`(("libxml2" ,libxml2)))
|
||||||
(propagated-inputs
|
|
||||||
`(("r-rcurl" ,r-rcurl)))
|
|
||||||
(home-page "http://www.omegahat.org/RSXML")
|
(home-page "http://www.omegahat.org/RSXML")
|
||||||
(synopsis "Tools for parsing and generating XML within R")
|
(synopsis "Tools for parsing and generating XML within R")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue