mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 18:07:24 +01:00
gnu: r-seewave: Update to 2.2.1.
* gnu/packages/cran.scm (r-seewave): Update to 2.2.1.
This commit is contained in:
parent
4a6843b3b3
commit
f702efa97e
1 changed files with 2 additions and 2 deletions
|
@ -27297,14 +27297,14 @@ (define-public r-tuner
|
|||
(define-public r-seewave
|
||||
(package
|
||||
(name "r-seewave")
|
||||
(version "2.2.0")
|
||||
(version "2.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "seewave" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0bi1l47l3846c18k6h2vrv0xp9xh00n544a578jrndahzrj1hfwl"))))
|
||||
"0whfanh3949162575ddw5y6s5ydq9v24l929gwdd1jv16xzlnp9h"))))
|
||||
(properties `((upstream-name . "seewave")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue