gnu: r-xml: Update to 3.98-1.4.

* gnu/packages/statistics.scm (r-xml): Update to 3.98-1.4.
This commit is contained in:
Ricardo Wurmus 2016-04-20 14:34:28 +02:00
parent 1647e10ebd
commit 1e4abc0fee
1 changed files with 2 additions and 2 deletions

View File

@ -1809,13 +1809,13 @@ 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.3") (version "3.98-1.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "XML" version)) (uri (cran-uri "XML" version))
(sha256 (sha256
(base32 (base32
"0j9ayp8a35g0227a4zd8nbmvnbfnj5w687jal6qvj4lbhi3va7sy")))) "09hiy5a875v2fhsgrsfymrwccn9249wnnsr6ck2slrig65svq2lw"))))
(properties (properties
`((upstream-name . "XML"))) `((upstream-name . "XML")))
(build-system r-build-system) (build-system r-build-system)