me
/
guix
Archived
1
0
Fork 0

gnu: r-xfun: Update to 0.23.

* gnu/packages/cran.scm (r-xfun): Update to 0.23.
master
Ricardo Wurmus 2021-05-20 10:54:40 +02:00
parent 48024ed634
commit c479174108
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5404,13 +5404,13 @@ iVAT).")
(define-public r-xfun
(package
(name "r-xfun")
(version "0.22")
(version "0.23")
(source
(origin
(method url-fetch)
(uri (cran-uri "xfun" version))
(sha256
(base32 "0ix3p0iw2c60whn5mvsflh0vhm4yixhw4s9d9v4023qhp077nw9y"))))
(base32 "0dqfhpnj9yxk42mx96dvhv2qs35in36mk0qls3dg7rx7bvl2i1gc"))))
(build-system r-build-system)
;; knitr itself depends on xfun
#;