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

* gnu/packages/statistics.scm (r-xml): Update to 3.99-0.10.
This commit is contained in:
Ricardo Wurmus 2022-06-13 14:22:03 +02:00
parent 912792320a
commit 944b4224e8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2995,13 +2995,13 @@ (define-public r-rcurl
(define-public r-xml
(package
(name "r-xml")
(version "3.99-0.9")
(version "3.99-0.10")
(source (origin
(method url-fetch)
(uri (cran-uri "XML" version))
(sha256
(base32
"02ba407ddgil4jbjzrbw756hlxzy3mihc5dk1ngcbvsp67gxw5cw"))))
"0nzkgylnqnnvsh27007np8klwv2xi9wqxhw05mzczhxdxnsr2nf4"))))
(properties
`((upstream-name . "XML")))
(build-system r-build-system)