3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-xfun: Update to 0.27.

* gnu/packages/cran.scm (r-xfun): Update to 0.27.
This commit is contained in:
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

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
#;