gnu: r-multitaper: Update to 1.0-14.
* gnu/packages/statistics.scm (r-multitaper): Update to 1.0-14.
This commit is contained in:
parent
0a123e0609
commit
fde66e3018
|
@ -1955,14 +1955,14 @@ files in R. It is built on top of the libxml2 C library.")
|
|||
(define-public r-multitaper
|
||||
(package
|
||||
(name "r-multitaper")
|
||||
(version "1.0-13")
|
||||
(version "1.0-14")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "multitaper" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ckf9bhvd5k7ypaw2viqh3cyj9jij0ygcp4q9pxwqs508s6yx3a5"))))
|
||||
"04wd9bbhyx7697pfy0fpj02v1csr48hkpqj62h9p8a6w84ji4k68"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
`(("gfortran" ,gfortran)))
|
||||
|
|
Loading…
Reference in New Issue