gnu: r-tuner: Update to 1.4.6.

* gnu/packages/cran.scm (r-tuner): Update to 1.4.6.

Change-Id: I73970ae0475375e6b1d2879ca655e89aef5bb785
This commit is contained in:
Ricardo Wurmus 2023-12-15 12:17:02 +01:00
parent c38e706b44
commit 98157397cd
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -28560,14 +28560,14 @@ provided as well.")
(define-public r-tuner
(package
(name "r-tuner")
(version "1.4.5")
(version "1.4.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "tuneR" version))
(sha256
(base32
"1ysjn8mclrjp4qr4m45qanm20gpdbikmgzfrcn2a0phfz8nhvlpm"))))
"1l270rk1m3967fvgpshrbd71l7ns74wdhivbmavayk68dnsiyi65"))))
(properties `((upstream-name . "tuneR")))
(build-system r-build-system)
(propagated-inputs (list r-signal))