me
/
guix
Archived
1
0
Fork 0

gnu: r-xfun: Update to 0.26.

* gnu/packages/cran.scm (r-xfun): Update to 0.26.
master
Ricardo Wurmus 2021-09-29 15:33:17 +02:00
parent a6096ad2ef
commit 5ca08b73a1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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