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

* gnu/packages/statistics.scm (r-xml): Update to 3.99-0.6.
This commit is contained in:
Ricardo Wurmus 2021-04-08 02:53:51 +02:00
parent d6fd6908c2
commit d98cecdd07
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -2916,13 +2916,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.5") (version "3.99-0.6")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "XML" version)) (uri (cran-uri "XML" version))
(sha256 (sha256
(base32 (base32
"19jkpnbjx2ij0h7rxi13sqnjnwsap6wywmd4gnhfnqpic1rrnlk0")))) "0qibvacbfm7gl41ylway3vdyi1qbpa211d48rg3k5i30d48rbf58"))))
(properties (properties
`((upstream-name . "XML"))) `((upstream-name . "XML")))
(build-system r-build-system) (build-system r-build-system)