gnu: r-tuner: Update to 1.4.4.

* gnu/packages/cran.scm (r-tuner): Update to 1.4.4.
This commit is contained in:
Ricardo Wurmus 2023-05-31 12:15:19 +02:00
parent 75f551bff1
commit 2de5eb5434
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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))