mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 10:09:15 -05:00
gnu: r-waveslim: Update to 1.8.5.
* gnu/packages/cran.scm (r-waveslim): Update to 1.8.5. [propagated-inputs]: Add r-multitaper. [native-inputs]: Remove gfortran. Change-Id: I236727e1e3bc88290a5e6d861094d513f909b727
This commit is contained in:
parent
fc94d9e125
commit
afd2edf9f9
1 changed files with 4 additions and 4 deletions
|
@ -20092,17 +20092,17 @@ (define-public r-waffle
|
|||
(define-public r-waveslim
|
||||
(package
|
||||
(name "r-waveslim")
|
||||
(version "1.8.4")
|
||||
(version "1.8.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "waveslim" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1510xpkgrhdw394m5anxccdczjikcxazyd09ix2z73i15akyx3j0"))))
|
||||
"0xd7006skrsvkwj4pkxqbfsbs58rfcpfcfk1lf0gsd2y0wisi60y"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
(list gfortran))
|
||||
(propagated-inputs
|
||||
(list r-multitaper))
|
||||
(home-page "http://waveslim.blogspot.com")
|
||||
(synopsis "Basic wavelet routines for signal processing")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue