gnu: r-xfun: Update to 0.16.

* gnu/packages/cran.scm (r-xfun): Update to 0.16.
This commit is contained in:
Ricardo Wurmus 2020-08-12 11:56:41 +02:00
parent ede39b4948
commit 9aa2a8d1f2
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4389,13 +4389,13 @@ (define-public r-seriation
(define-public r-xfun
(package
(name "r-xfun")
(version "0.15")
(version "0.16")
(source
(origin
(method url-fetch)
(uri (cran-uri "xfun" version))
(sha256
(base32 "1fdipwrl45bznb17da4169ria5jax0f2649yj5accw6qr6wsc8bj"))))
(base32 "1x7b71xhbl44fyccz69l24nbgyxawm2km90s4h1l3zr5z2vly0sg"))))
(build-system r-build-system)
;; knitr itself depends on xfun
#;