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