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

* gnu/packages/statistics.scm (r-xml): Update to 3.99-0.12.
This commit is contained in:
Ricardo Wurmus 2022-11-04 09:59:06 +01:00
parent 2a6b08b511
commit 2f6790eb08
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3009,13 +3009,13 @@ ldap, and also supports cookies, redirects, authentication, etc.")
(define-public r-xml
(package
(name "r-xml")
(version "3.99-0.10")
(version "3.99-0.12")
(source (origin
(method url-fetch)
(uri (cran-uri "XML" version))
(sha256
(base32
"0nzkgylnqnnvsh27007np8klwv2xi9wqxhw05mzczhxdxnsr2nf4"))))
"053dlc1762qjqmqiq0sb9qnrpg8rx1a8inizq1fl1gw6r0jr886b"))))
(properties
`((upstream-name . "XML")))
(build-system r-build-system)