me
/
guix
Archived
1
0
Fork 0

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.
master
Ricardo Wurmus 2016-12-29 20:42:05 +01:00
parent 773a50114c
commit db1b38af4e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 4 deletions

View File

@ -2305,20 +2305,18 @@ ldap, and also supports cookies, redirects, authentication, etc.")
(define-public r-xml
(package
(name "r-xml")
(version "3.98-1.4")
(version "3.98-1.5")
(source (origin
(method url-fetch)
(uri (cran-uri "XML" version))
(sha256
(base32
"09hiy5a875v2fhsgrsfymrwccn9249wnnsr6ck2slrig65svq2lw"))))
"0dcdj7ryn8lm7wmv4hqhh9jxa5k97l6ad8xyvb932yfkwj1g1byy"))))
(properties
`((upstream-name . "XML")))
(build-system r-build-system)
(inputs
`(("libxml2" ,libxml2)))
(propagated-inputs
`(("r-rcurl" ,r-rcurl)))
(home-page "http://www.omegahat.org/RSXML")
(synopsis "Tools for parsing and generating XML within R")
(description