me
/
guix
Archived
1
0
Fork 0

gnu: r-tuner: Update to 1.4.7.

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

Change-Id: I709c7b844f67977b0fe367ff21196d221884761e
master
Ricardo Wurmus 2024-04-17 17:47:58 +02:00
parent f434613850
commit aa1b8b4940
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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