mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: r-xfun: Update to 0.47.
* gnu/packages/cran.scm (r-xfun): Update to 0.47. Change-Id: If5b814bf9adc438b6fdd7df465477a6c8b933506
This commit is contained in:
parent
7884cc340b
commit
dcc6cd4c95
1 changed files with 2 additions and 2 deletions
|
@ -11236,13 +11236,13 @@ (define-public r-seriation
|
|||
(define-public r-xfun
|
||||
(package
|
||||
(name "r-xfun")
|
||||
(version "0.46")
|
||||
(version "0.47")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "xfun" version))
|
||||
(sha256
|
||||
(base32 "13dmylw2ja17kxzw1l5f3wrjxn97z6qw0ij3w20b0d3xlkd30gw2"))))
|
||||
(base32 "0jrc4g799nhyra8n202107mx7h42yzz4n4yblf3fdwjdpzyp964r"))))
|
||||
(build-system r-build-system)
|
||||
(properties
|
||||
;; knitr itself depends on xfun
|
||||
|
|
Loading…
Reference in a new issue