mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-xml: Update to 3.99-0.12.
* gnu/packages/statistics.scm (r-xml): Update to 3.99-0.12.
This commit is contained in:
parent
2a6b08b511
commit
2f6790eb08
1 changed files with 2 additions and 2 deletions
|
@ -3009,13 +3009,13 @@ (define-public r-rcurl
|
|||
(define-public r-xml
|
||||
(package
|
||||
(name "r-xml")
|
||||
(version "3.99-0.10")
|
||||
(version "3.99-0.12")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "XML" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0nzkgylnqnnvsh27007np8klwv2xi9wqxhw05mzczhxdxnsr2nf4"))))
|
||||
"053dlc1762qjqmqiq0sb9qnrpg8rx1a8inizq1fl1gw6r0jr886b"))))
|
||||
(properties
|
||||
`((upstream-name . "XML")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue