gnu: r-polspline: Update to 1.1.15.

* gnu/packages/cran.scm (r-polspline): Update to 1.1.15.
This commit is contained in:
Ricardo Wurmus 2019-06-17 04:54:00 +02:00
parent 663a50e8f9
commit 9fea25cf32
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -12647,14 +12647,14 @@ either PDF/EPS files.")
(define-public r-polspline (define-public r-polspline
(package (package
(name "r-polspline") (name "r-polspline")
(version "1.1.14") (version "1.1.15")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "polspline" version)) (uri (cran-uri "polspline" version))
(sha256 (sha256
(base32 (base32
"0g4s5nwi13yfs6b169yw8vrs48nvjyc014k2v7ybcxarl8z81va0")))) "19zs4kpagsrzhng1byjbz1c4jxnfk58h4rgr096ml1bjwrgamnwc"))))
(build-system r-build-system) (build-system r-build-system)
(native-inputs `(("gfortran" ,gfortran))) (native-inputs `(("gfortran" ,gfortran)))
(home-page "https://cran.r-project.org/web/packages/polspline/") (home-page "https://cran.r-project.org/web/packages/polspline/")