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
(package
(name "r-xfun")
(version "0.10")
(version "0.11")
(source
(origin
(method url-fetch)
(uri (cran-uri "xfun" version))
(sha256
(base32 "065ygh046ah43p5aqyrkv2vkxcnvnb4j7blfdygysg6hmqzp4pbv"))))
(base32 "0dncw6bqkal7nyarrrrj9arxy0y3nkdzmrbibcjh84m1cxd4phiw"))))
(build-system r-build-system)
(home-page "https://github.com/yihui/xfun")
(synopsis "Miscellaneous functions")