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 @@ can be made by using glyphs.")
|
||||||
(define-public r-waveslim
|
(define-public r-waveslim
|
||||||
(package
|
(package
|
||||||
(name "r-waveslim")
|
(name "r-waveslim")
|
||||||
(version "1.8.4")
|
(version "1.8.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "waveslim" version))
|
(uri (cran-uri "waveslim" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1510xpkgrhdw394m5anxccdczjikcxazyd09ix2z73i15akyx3j0"))))
|
"0xd7006skrsvkwj4pkxqbfsbs58rfcpfcfk1lf0gsd2y0wisi60y"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(propagated-inputs
|
||||||
(list gfortran))
|
(list r-multitaper))
|
||||||
(home-page "http://waveslim.blogspot.com")
|
(home-page "http://waveslim.blogspot.com")
|
||||||
(synopsis "Basic wavelet routines for signal processing")
|
(synopsis "Basic wavelet routines for signal processing")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue