gnu: r-xfun: Update to 0.6.

* gnu/packages/cran.scm (r-xfun): Update to 0.6.
This commit is contained in:
Ricardo Wurmus 2019-04-06 22:55:45 +02:00
parent 987b080469
commit a2befb3751
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3617,14 +3617,14 @@ (define-public r-seriation
(define-public r-xfun
(package
(name "r-xfun")
(version "0.5")
(version "0.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "xfun" version))
(sha256
(base32
"1wkrapc490r9l9z6mz623zn9ijq64mckc17xg2s7n3s9yaxj98lb"))))
"123wmnykmlq9prqx1g9ij9vyqx25pib2jnqjrwy39rfmzbsypbx3"))))
(build-system r-build-system)
(home-page "https://github.com/yihui/xfun")
(synopsis "Miscellaneous functions")