mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-tuner: Update to 1.4.0.
* gnu/packages/cran.scm (r-tuner): Update to 1.4.0.
This commit is contained in:
parent
7eec0fd7b2
commit
41c21383e1
1 changed files with 2 additions and 2 deletions
|
@ -22187,14 +22187,14 @@ (define-public r-acopula
|
|||
(define-public r-tuner
|
||||
(package
|
||||
(name "r-tuner")
|
||||
(version "1.3.3.1")
|
||||
(version "1.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "tuneR" version))
|
||||
(sha256
|
||||
(base32
|
||||
"12nixpqrc5gp7p2clr7ia6jwb0jq2i3brlxiwlp00ixmnm5g1jyd"))))
|
||||
"1sd0drxzbdy71bh35fccg9ajhpdhdpy0m9nja2lw82p1pzhyl7jn"))))
|
||||
(properties `((upstream-name . "tuneR")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-signal))
|
||||
|
|
Loading…
Reference in a new issue