gnu: r-xfun: Update to 0.25.

* gnu/packages/cran.scm (r-xfun): Update to 0.25.
This commit is contained in:
Ricardo Wurmus 2021-08-22 17:53:25 +02:00
parent 442a26491b
commit b7d47d7715
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -5747,13 +5747,13 @@ iVAT).")
(define-public r-xfun
(package
(name "r-xfun")
(version "0.24")
(version "0.25")
(source
(origin
(method url-fetch)
(uri (cran-uri "xfun" version))
(sha256
(base32 "10xmw82wk40kjx22slla7959993l80s9m2rsvvvb8v9g42armqz3"))))
(base32 "15xy6hpz35j3mn4gvllj5m6krh5d86l4rnlxazsqjlckr237qgg6"))))
(build-system r-build-system)
;; knitr itself depends on xfun
#;