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

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

Change-Id: Idb8ad04a092f49eda26e78398583cdbb234134c8
This commit is contained in:
Ricardo Wurmus 2023-11-15 15:54:41 +01:00
parent 1ab5ea9f77
commit bb0bc7990b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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