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.23.

* gnu/packages/cran.scm (r-xml): Update to 3.99-0.23.

Change-Id: Ie04df7e29cd71a5adde36166329c36cfcdf521ab
This commit is contained in:
Ricardo Wurmus
2026-03-25 18:47:12 +01:00
parent 98a9de3d58
commit d3a03f5f1b

View File

@@ -41160,13 +41160,13 @@ provided.")
(define-public r-xml
(package
(name "r-xml")
(version "3.99-0.22")
(version "3.99-0.23")
(source (origin
(method url-fetch)
(uri (cran-uri "XML" version))
(sha256
(base32
"00zyjwbql3h5c5nlpwx7aap2z24c7789nzb21pqs44wwx1lxcn75"))))
"160rsqqwv22y87hl1mbp32mxls43qvgv7hmfdlch7k1waq8kxlgc"))))
(properties
`((upstream-name . "XML")))
(build-system r-build-system)