gnu: r-xml: Update to 3.99-0.8.
* gnu/packages/statistics.scm (r-xml): Update to 3.99-0.8.
This commit is contained in:
parent
d866a9c829
commit
0ac0dfdf7b
1 changed files with 2 additions and 2 deletions
|
@ -2931,13 +2931,13 @@ (define-public r-rcurl
|
|||
(define-public r-xml
|
||||
(package
|
||||
(name "r-xml")
|
||||
(version "3.99-0.7")
|
||||
(version "3.99-0.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "XML" version))
|
||||
(sha256
|
||||
(base32
|
||||
"024038g1mrzkv7b7fyrzpzpxlch3sifsnaa584g98y3c3g6jbrz0"))))
|
||||
"0l3bsgqw4bicv3sl2bfag7p4rh1y2pcyg0ajr73kkbg85qf6j7q8"))))
|
||||
(properties
|
||||
`((upstream-name . "XML")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue