me
/
guix
Archived
1
0
Fork 0

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

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

Change-Id: Ic0dd6c2146f73b7add5038d469c1eeda9713b3f2
Ricardo Wurmus 2023-12-15 12:17:11 +01:00
parent 00594a76e1
commit cdf28e5e11
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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