gnu: r-xfun: Update to 0.11.

* gnu/packages/cran.scm (r-xfun): Update to 0.11.
This commit is contained in:
Ricardo Wurmus 2019-11-14 08:18:49 +01:00
parent aba7435f80
commit 58fb4f3207
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3885,13 +3885,13 @@ (define-public r-seriation
(define-public r-xfun (define-public r-xfun
(package (package
(name "r-xfun") (name "r-xfun")
(version "0.10") (version "0.11")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "xfun" version)) (uri (cran-uri "xfun" version))
(sha256 (sha256
(base32 "065ygh046ah43p5aqyrkv2vkxcnvnb4j7blfdygysg6hmqzp4pbv")))) (base32 "0dncw6bqkal7nyarrrrj9arxy0y3nkdzmrbibcjh84m1cxd4phiw"))))
(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")