gnu: r-xfun: Update to 0.9.
* gnu/packages/cran.scm (r-xfun): Update to 0.9.
This commit is contained in:
parent
bd8710b413
commit
9ba8494c26
|
@ -3799,14 +3799,14 @@ iVAT).")
|
||||||
(define-public r-xfun
|
(define-public r-xfun
|
||||||
(package
|
(package
|
||||||
(name "r-xfun")
|
(name "r-xfun")
|
||||||
(version "0.8")
|
(version "0.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "xfun" version))
|
(uri (cran-uri "xfun" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05jlbi5byqpw0fkhmmxqglnaxh9gwbcigx77kcpw1pkxnpwfry62"))))
|
"1c3wmy6s4ck821mwl7i2g8cxd31g30llbpivbgq21g1rxs4zwlyl"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://github.com/yihui/xfun")
|
(home-page "https://github.com/yihui/xfun")
|
||||||
(synopsis "Miscellaneous functions")
|
(synopsis "Miscellaneous functions")
|
||||||
|
|
Loading…
Reference in New Issue