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

* gnu/packages/statistics.scm (r-multitaper): Update to 1.0-14.
master
Ricardo Wurmus 2017-11-03 14:04:19 +01:00
parent 0a123e0609
commit fde66e3018
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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)))