gnu: r-kernsmooth: Update to 2.23-16.

* gnu/packages/statistics.scm (r-kernsmooth): Update to 2.23-16.
[inputs]: Move gfortran from here...
[native-inputs]: ...to here.
This commit is contained in:
Ricardo Wurmus 2019-10-18 19:25:33 +02:00
parent 67b7a379f0
commit 1f9fcd3eb4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -523,17 +523,17 @@ (define-public r-foreign
(define-public r-kernsmooth
(package
(name "r-kernsmooth")
(version "2.23-15")
(version "2.23-16")
(source
(origin
(method url-fetch)
(uri (cran-uri "KernSmooth" version))
(sha256
(base32
"1xhha8kw10jv8pv8b61hb5in9qiw3r2a9kdji3qlm991s4zd4wlb"))))
"1acrkbdn3a74y4dndkcdl1njnpfqz7gk3bsz03g8lfj8l7z53hmq"))))
(properties `((upstream-name . "KernSmooth")))
(build-system r-build-system)
(inputs
(native-inputs
`(("gfortran" ,gfortran)))
(home-page "https://cran.r-project.org/web/packages/KernSmooth")
(synopsis "Functions for kernel smoothing")