gnu: r-xfun: Update to 0.28.

* gnu/packages/cran.scm (r-xfun): Update to 0.28.
This commit is contained in:
Ricardo Wurmus 2021-11-23 15:23:10 +01:00
parent b816a8a8d3
commit a36acdbf91
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5900,13 +5900,13 @@ (define-public r-seriation
(define-public r-xfun
(package
(name "r-xfun")
(version "0.27")
(version "0.28")
(source
(origin
(method url-fetch)
(uri (cran-uri "xfun" version))
(sha256
(base32 "11alh3kasiizfar0f667m5sj3s5443fggjv0541ghmxwlqrvyxf7"))))
(base32 "0civd050r94w2vwfx3xgz1w36wkwrkm5dscdv5kb3klbvqwy8nqb"))))
(build-system r-build-system)
;; knitr itself depends on xfun
#;