me
/
guix
Archived
1
0
Fork 0

gnu: r-xfun: Update to 0.35.

* gnu/packages/cran.scm (r-xfun): Update to 0.35.
Ricardo Wurmus 2022-11-29 15:22:07 +01:00
parent 1d4a33df77
commit f750407226
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7401,13 +7401,13 @@ iVAT).")
(define-public r-xfun
(package
(name "r-xfun")
(version "0.34")
(version "0.35")
(source
(origin
(method url-fetch)
(uri (cran-uri "xfun" version))
(sha256
(base32 "0gc5lbk73bf0yhvc7wwz7hbq39hvphd8xdsgwi2c125rxcgnrrsh"))))
(base32 "04x6y7f3f105fzxn2kzmvfz0zqf2v28g8aqnsln6q9n4lm74vz45"))))
(build-system r-build-system)
;; knitr itself depends on xfun
#;