gnu: r-xfun: Update to 0.34.

* gnu/packages/cran.scm (r-xfun): Update to 0.34.
This commit is contained in:
Ricardo Wurmus 2022-11-04 08:23:22 +01:00
parent 80905f72ca
commit f593b5e92b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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