me
/
guix
Archived
1
0
Fork 0

gnu: r-xfun: Update to 0.27.

* gnu/packages/cran.scm (r-xfun): Update to 0.27.
master
Ricardo Wurmus 2021-11-01 17:52:18 +00:00
parent 99e504adf7
commit a0c4b70305
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5872,13 +5872,13 @@ iVAT).")
(define-public r-xfun
(package
(name "r-xfun")
(version "0.26")
(version "0.27")
(source
(origin
(method url-fetch)
(uri (cran-uri "xfun" version))
(sha256
(base32 "1997s00dzkyj15xk9w1r2h6i49srpgqzvhhyvd5pk1kwkd4809ly"))))
(base32 "11alh3kasiizfar0f667m5sj3s5443fggjv0541ghmxwlqrvyxf7"))))
(build-system r-build-system)
;; knitr itself depends on xfun
#;