gnu: r-xml: Update to 3.99-0.4.

* gnu/packages/statistics.scm (r-xml): Update to 3.99-0.4.
This commit is contained in:
Ricardo Wurmus 2020-07-10 17:50:27 +02:00
parent f7b05fb978
commit f12fd76912
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2876,13 +2876,13 @@ (define-public r-rcurl
(define-public r-xml
(package
(name "r-xml")
(version "3.99-0.3")
(version "3.99-0.4")
(source (origin
(method url-fetch)
(uri (cran-uri "XML" version))
(sha256
(base32
"0lzpqwajs5xaqdna50vl24qkp9xvh00zypjjzy6kgdzk11isgdw1"))))
"1bw6wr17gp0vdnxc5hip47n15nhxwacin3a5992sc7yfb55kaxm5"))))
(properties
`((upstream-name . "XML")))
(build-system r-build-system)