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 (define-public r-xml
(package (package
(name "r-xml") (name "r-xml")
(version "3.99-0.3") (version "3.99-0.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
"0lzpqwajs5xaqdna50vl24qkp9xvh00zypjjzy6kgdzk11isgdw1")))) "1bw6wr17gp0vdnxc5hip47n15nhxwacin3a5992sc7yfb55kaxm5"))))
(properties (properties
`((upstream-name . "XML"))) `((upstream-name . "XML")))
(build-system r-build-system) (build-system r-build-system)