Archived
1
0
Fork 0

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

* gnu/packages/statistics.scm (r-xml): Update to 3.99-0.3.
This commit is contained in:
Ricardo Wurmus 2020-01-27 16:32:11 +01:00
parent 1cc17e37ae
commit b4a374ec99
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2849,13 +2849,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.98-1.20") (version "3.99-0.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "XML" version)) (uri (cran-uri "XML" version))
(sha256 (sha256
(base32 (base32
"0n28m8iz1wfgixr7fjswl238c5w9kggsrw0c8hdzp859dqvqdbs6")))) "0lzpqwajs5xaqdna50vl24qkp9xvh00zypjjzy6kgdzk11isgdw1"))))
(properties (properties
`((upstream-name . "XML"))) `((upstream-name . "XML")))
(build-system r-build-system) (build-system r-build-system)