mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: r-tuner: Update to 1.4.3.
* gnu/packages/cran.scm (r-tuner): Update to 1.4.3.
This commit is contained in:
parent
73806cc7ac
commit
b5f5452eff
1 changed files with 2 additions and 2 deletions
|
@ -26090,14 +26090,14 @@ (define-public r-acopula
|
||||||
(define-public r-tuner
|
(define-public r-tuner
|
||||||
(package
|
(package
|
||||||
(name "r-tuner")
|
(name "r-tuner")
|
||||||
(version "1.4.2")
|
(version "1.4.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "tuneR" version))
|
(uri (cran-uri "tuneR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wic18fn9cd75lky0vwd5h38pwbk2w42b0n492s83w4nf9wbx7zb"))))
|
"16rr1w2a3cyks0dp5crpcryig6rarn1azibvvy5hgsxgqaiwizm9"))))
|
||||||
(properties `((upstream-name . "tuneR")))
|
(properties `((upstream-name . "tuneR")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-signal))
|
(propagated-inputs (list r-signal))
|
||||||
|
|
Loading…
Reference in a new issue