mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: r-xml: Update to 3.99-0.16.
* gnu/packages/statistics.scm (r-xml): Update to 3.99-0.16. Change-Id: Ic0dd6c2146f73b7add5038d469c1eeda9713b3f2
This commit is contained in:
parent
00594a76e1
commit
cdf28e5e11
1 changed files with 2 additions and 2 deletions
|
@ -3414,13 +3414,13 @@ (define-public r-rcurl
|
|||
(define-public r-xml
|
||||
(package
|
||||
(name "r-xml")
|
||||
(version "3.99-0.15")
|
||||
(version "3.99-0.16")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "XML" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0giv03bixc4kcq4dmcwzra7gp01i41hfr1710fd1v2hacya4d8cq"))))
|
||||
"0ny93jlx0fpv0hs9qjm9cbcv4fh5rh0kkyhk6g0dm8wvp6x3f39m"))))
|
||||
(properties
|
||||
`((upstream-name . "XML")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue