mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: r-xfun: Update to 0.56.
* gnu/packages/cran.scm (r-xfun): Update to 0.56. Change-Id: Icc8aca396e06fa7c7d08d935b7459b4de163c816
This commit is contained in:
parent
e07debf9e1
commit
042399644b
1 changed files with 2 additions and 2 deletions
|
|
@ -21028,13 +21028,13 @@ iVAT).")
|
||||||
(define-public r-xfun
|
(define-public r-xfun
|
||||||
(package
|
(package
|
||||||
(name "r-xfun")
|
(name "r-xfun")
|
||||||
(version "0.55")
|
(version "0.56")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "xfun" version))
|
(uri (cran-uri "xfun" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0vnknp7d3wpmm425f5z1y1vyq7a2227px66mkg8ai31vdl9wb3rr"))))
|
(base32 "02mki8sjk2sakra2k365g0vbgrv2rqwlfa73ipn5rr9z9mpcby4f"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(properties
|
(properties
|
||||||
;; knitr itself depends on xfun
|
;; knitr itself depends on xfun
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue