1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-14 21:25:55 +02:00

gnu: r-multitaper: Update to 1.0-12.

* gnu/packages/statistics.scm (r-multitaper): Update to 1.0-12.
This commit is contained in:
Ricardo Wurmus
2016-09-12 15:21:38 +02:00
parent e2ad0228fc
commit 03306201a7
+2 -2
View File
@@ -1453,14 +1453,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-11")
(version "1.0-12")
(source
(origin
(method url-fetch)
(uri (cran-uri "multitaper" version))
(sha256
(base32
"1s0lmjzpyd7zmc2p1ywv5fm7qkq357p70b76gw9wjlms6d81j1n4"))))
"011qpkwpjclfc24y2qqigmdnikqwdnanflfhihigh5b5k7qwgm5j"))))
(build-system r-build-system)
(native-inputs
`(("gfortran" ,gfortran)))