me
/
guix
Archived
1
0
Fork 0

gnu: r-xfun: Update to 0.34.

* gnu/packages/cran.scm (r-xfun): Update to 0.34.
master
Ricardo Wurmus 2022-11-04 08:23:22 +01:00
parent 80905f72ca
commit f593b5e92b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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