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

* gnu/packages/statistics.scm (r-xml): Update to 3.99-0.16.

Change-Id: Ic0dd6c2146f73b7add5038d469c1eeda9713b3f2
This commit is contained in:
Ricardo Wurmus 2023-12-15 12:17:11 +01:00
parent 00594a76e1
commit cdf28e5e11
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3414,13 +3414,13 @@ (define-public r-rcurl
(define-public r-xml
(package
(name "r-xml")
(version "3.99-0.15")
(version "3.99-0.16")
(source (origin
(method url-fetch)
(uri (cran-uri "XML" version))
(sha256
(base32
"0giv03bixc4kcq4dmcwzra7gp01i41hfr1710fd1v2hacya4d8cq"))))
"0ny93jlx0fpv0hs9qjm9cbcv4fh5rh0kkyhk6g0dm8wvp6x3f39m"))))
(properties
`((upstream-name . "XML")))
(build-system r-build-system)