gnu: r-xfun: Update to 0.35.

* gnu/packages/cran.scm (r-xfun): Update to 0.35.
This commit is contained in:
Ricardo Wurmus 2022-11-29 15:22:07 +01:00
parent 1d4a33df77
commit f750407226
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7401,13 +7401,13 @@ (define-public r-seriation
(define-public r-xfun
(package
(name "r-xfun")
(version "0.34")
(version "0.35")
(source
(origin
(method url-fetch)
(uri (cran-uri "xfun" version))
(sha256
(base32 "0gc5lbk73bf0yhvc7wwz7hbq39hvphd8xdsgwi2c125rxcgnrrsh"))))
(base32 "04x6y7f3f105fzxn2kzmvfz0zqf2v28g8aqnsln6q9n4lm74vz45"))))
(build-system r-build-system)
;; knitr itself depends on xfun
#;