gnu: r-xml: Update to 3.99-0.5.
* gnu/packages/statistics.scm (r-xml): Update to 3.99-0.5.master
parent
228a197278
commit
47b57ce5dc
|
@ -2878,13 +2878,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.4")
|
(version "3.99-0.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "XML" version))
|
(uri (cran-uri "XML" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bw6wr17gp0vdnxc5hip47n15nhxwacin3a5992sc7yfb55kaxm5"))))
|
"19jkpnbjx2ij0h7rxi13sqnjnwsap6wywmd4gnhfnqpic1rrnlk0"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "XML")))
|
`((upstream-name . "XML")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in New Issue