mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: r-xfun: Update to 0.35.
* gnu/packages/cran.scm (r-xfun): Update to 0.35.
This commit is contained in:
parent
1d4a33df77
commit
f750407226
1 changed files with 2 additions and 2 deletions
|
@ -7401,13 +7401,13 @@ (define-public r-seriation
|
||||||
(define-public r-xfun
|
(define-public r-xfun
|
||||||
(package
|
(package
|
||||||
(name "r-xfun")
|
(name "r-xfun")
|
||||||
(version "0.34")
|
(version "0.35")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "xfun" version))
|
(uri (cran-uri "xfun" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0gc5lbk73bf0yhvc7wwz7hbq39hvphd8xdsgwi2c125rxcgnrrsh"))))
|
(base32 "04x6y7f3f105fzxn2kzmvfz0zqf2v28g8aqnsln6q9n4lm74vz45"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
;; knitr itself depends on xfun
|
;; knitr itself depends on xfun
|
||||||
#;
|
#;
|
||||||
|
|
Loading…
Reference in a new issue