1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-02 07:15:53 +02:00

gnu: r-tuner: Update to 1.3.3.1.

* gnu/packages/cran.scm (r-tuner): Update to 1.3.3.1.
This commit is contained in:
Ricardo Wurmus
2021-08-04 15:35:39 +02:00
parent 36d82a325e
commit a21fd29763
+2 -2
View File
@@ -20995,14 +20995,14 @@ provided as well.")
(define-public r-tuner
(package
(name "r-tuner")
(version "1.3.3")
(version "1.3.3.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "tuneR" version))
(sha256
(base32
"0av978m4h2iqazyfq6n2cgkh4wpllihh7s29lah2nb8ngc0w5hxx"))))
"12nixpqrc5gp7p2clr7ia6jwb0jq2i3brlxiwlp00ixmnm5g1jyd"))))
(properties `((upstream-name . "tuneR")))
(build-system r-build-system)
(propagated-inputs `(("r-signal" ,r-signal)))