gnu: r-xfun: Update to 0.23.

* gnu/packages/cran.scm (r-xfun): Update to 0.23.
This commit is contained in:
Ricardo Wurmus 2021-05-20 10:54:40 +02:00
parent 48024ed634
commit c479174108
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5404,13 +5404,13 @@ (define-public r-seriation
(define-public r-xfun
(package
(name "r-xfun")
(version "0.22")
(version "0.23")
(source
(origin
(method url-fetch)
(uri (cran-uri "xfun" version))
(sha256
(base32 "0ix3p0iw2c60whn5mvsflh0vhm4yixhw4s9d9v4023qhp077nw9y"))))
(base32 "0dqfhpnj9yxk42mx96dvhv2qs35in36mk0qls3dg7rx7bvl2i1gc"))))
(build-system r-build-system)
;; knitr itself depends on xfun
#;