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:
parent
1cc17e37ae
commit
b4a374ec99
1 changed files with 2 additions and 2 deletions
|
@ -2849,13 +2849,13 @@ (define-public r-rcurl
|
|||
(define-public r-xml
|
||||
(package
|
||||
(name "r-xml")
|
||||
(version "3.98-1.20")
|
||||
(version "3.99-0.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "XML" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0n28m8iz1wfgixr7fjswl238c5w9kggsrw0c8hdzp859dqvqdbs6"))))
|
||||
"0lzpqwajs5xaqdna50vl24qkp9xvh00zypjjzy6kgdzk11isgdw1"))))
|
||||
(properties
|
||||
`((upstream-name . "XML")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue