Archived
1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3051,13 +3051,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.13") (version "3.99-0.14")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "XML" version)) (uri (cran-uri "XML" version))
(sha256 (sha256
(base32 (base32
"0fppx0jnqxx3l7y8ivb56sq0fjcqv3fn226i4s03mi7hwak6iic5")))) "1ygi65ddgbsamxw2rm0p2clfak1xj44xyisgk48y72cd9ldaddic"))))
(properties (properties
`((upstream-name . "XML"))) `((upstream-name . "XML")))
(build-system r-build-system) (build-system r-build-system)