gnu: r-xml: Update to 3.99-0.10.
* gnu/packages/statistics.scm (r-xml): Update to 3.99-0.10.
This commit is contained in:
parent
912792320a
commit
944b4224e8
1 changed files with 2 additions and 2 deletions
|
@ -2995,13 +2995,13 @@ (define-public r-rcurl
|
|||
(define-public r-xml
|
||||
(package
|
||||
(name "r-xml")
|
||||
(version "3.99-0.9")
|
||||
(version "3.99-0.10")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "XML" version))
|
||||
(sha256
|
||||
(base32
|
||||
"02ba407ddgil4jbjzrbw756hlxzy3mihc5dk1ngcbvsp67gxw5cw"))))
|
||||
"0nzkgylnqnnvsh27007np8klwv2xi9wqxhw05mzczhxdxnsr2nf4"))))
|
||||
(properties
|
||||
`((upstream-name . "XML")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue