mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: r-xfun: Update to 0.18.
* gnu/packages/cran.scm (r-xfun): Update to 0.18.
This commit is contained in:
parent
c4eff84f76
commit
5f777b5ff2
1 changed files with 2 additions and 2 deletions
|
@ -4560,13 +4560,13 @@ (define-public r-seriation
|
||||||
(define-public r-xfun
|
(define-public r-xfun
|
||||||
(package
|
(package
|
||||||
(name "r-xfun")
|
(name "r-xfun")
|
||||||
(version "0.17")
|
(version "0.18")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "xfun" version))
|
(uri (cran-uri "xfun" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1zd5qi1rrz3b1lpisapa2yscanz39ghaamf28g7aq3z9ai2a2ymj"))))
|
(base32 "0iqh9b0a5wlc4lmqf7r169h4m2xji5l1viwwi47qf094rl5r3ddr"))))
|
||||||
(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