1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

* gnu/packages/statistics.scm (r-xml): Update to 3.99-0.14.
This commit is contained in:
Ricardo Wurmus
2023-03-19 21:01:39 +01:00
parent 8cf778103e
commit 83978be759

View File

@@ -3051,13 +3051,13 @@ ldap, and also supports cookies, redirects, authentication, etc.")
(define-public r-xml
(package
(name "r-xml")
(version "3.99-0.13")
(version "3.99-0.14")
(source (origin
(method url-fetch)
(uri (cran-uri "XML" version))
(sha256
(base32
"0fppx0jnqxx3l7y8ivb56sq0fjcqv3fn226i4s03mi7hwak6iic5"))))
"1ygi65ddgbsamxw2rm0p2clfak1xj44xyisgk48y72cd9ldaddic"))))
(properties
`((upstream-name . "XML")))
(build-system r-build-system)