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

View File

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