me
/
guix
Archived
1
0
Fork 0

gnu: r-tuner: Update to 1.3.3.1.

* gnu/packages/cran.scm (r-tuner): Update to 1.3.3.1.
Ricardo Wurmus 2021-08-04 15:35:39 +02:00
parent 36d82a325e
commit a21fd29763
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

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