gnu: r-xfun: Update to 0.3.

* gnu/packages/cran.scm (r-xfun): Update to 0.3.
This commit is contained in:
Tobias Geerinckx-Rice 2018-08-20 16:28:21 +02:00
parent 9b77f724c0
commit 2045af8035
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2629,14 +2629,14 @@ (define-public r-seriation
(define-public r-xfun (define-public r-xfun
(package (package
(name "r-xfun") (name "r-xfun")
(version "0.2") (version "0.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "xfun" version)) (uri (cran-uri "xfun" version))
(sha256 (sha256
(base32 (base32
"0zl22fcw90kdvzkjyf6vbmdmn9rz3bl51522fasvmykypffyng4a")))) "1r11dd49ngmjgbjdv28a9c1jp8cg1l50x0acbsamzz576p8i2wl9"))))
(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")