gnu: r-multitaper: Update to 1.0-12.
* gnu/packages/statistics.scm (r-multitaper): Update to 1.0-12.
This commit is contained in:
parent
e2ad0228fc
commit
03306201a7
|
@ -1453,14 +1453,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-11")
|
(version "1.0-12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "multitaper" version))
|
(uri (cran-uri "multitaper" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1s0lmjzpyd7zmc2p1ywv5fm7qkq357p70b76gw9wjlms6d81j1n4"))))
|
"011qpkwpjclfc24y2qqigmdnikqwdnanflfhihigh5b5k7qwgm5j"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gfortran" ,gfortran)))
|
`(("gfortran" ,gfortran)))
|
||||||
|
|
Loading…
Reference in New Issue