gnu: r-xfun: Update to 0.37.

* gnu/packages/cran.scm (r-xfun): Update to 0.37.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:08:19 +01:00
parent 1113985a77
commit 214346c609
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -7939,13 +7939,13 @@ iVAT).")
(define-public r-xfun
(package
(name "r-xfun")
(version "0.36")
(version "0.37")
(source
(origin
(method url-fetch)
(uri (cran-uri "xfun" version))
(sha256
(base32 "1vk930bn7rp2qp8yvmd9d3lgi10rgf20n62jr3lfwi6hf7jhs5x8"))))
(base32 "1yg1b21nwpnggb498z0j3lp11w6fwni7q7rd88fnm8xfnbq9yq9v"))))
(build-system r-build-system)
;; knitr itself depends on xfun
#;