gnu: r-xfun: Update to 0.6.
* gnu/packages/cran.scm (r-xfun): Update to 0.6.
This commit is contained in:
parent
987b080469
commit
a2befb3751
1 changed files with 2 additions and 2 deletions
|
@ -3617,14 +3617,14 @@ (define-public r-seriation
|
||||||
(define-public r-xfun
|
(define-public r-xfun
|
||||||
(package
|
(package
|
||||||
(name "r-xfun")
|
(name "r-xfun")
|
||||||
(version "0.5")
|
(version "0.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "xfun" version))
|
(uri (cran-uri "xfun" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wkrapc490r9l9z6mz623zn9ijq64mckc17xg2s7n3s9yaxj98lb"))))
|
"123wmnykmlq9prqx1g9ij9vyqx25pib2jnqjrwy39rfmzbsypbx3"))))
|
||||||
(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 a new issue