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