me
/
guix
Archived
1
0
Fork 0

gnu: r-tuner: Update to 1.4.0.

* gnu/packages/cran.scm (r-tuner): Update to 1.4.0.
master
Ricardo Wurmus 2022-04-11 18:01:23 +02:00
parent 7eec0fd7b2
commit 41c21383e1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -22187,14 +22187,14 @@ provided as well.")
(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))