gnu: r-polspline: Update to 1.1.17.

* gnu/packages/cran.scm (r-polspline): Update to 1.1.17.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-08 12:56:45 +01:00
parent 1a6fe7c9c1
commit 2777e06fa5
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -13076,13 +13076,13 @@ (define-public r-snp-plotter
(define-public r-polspline
(package
(name "r-polspline")
(version "1.1.16")
(version "1.1.17")
(source
(origin
(method url-fetch)
(uri (cran-uri "polspline" version))
(sha256
(base32 "0d49h7if8h6d784nsnqqxakg19kvl8cmz8k53901m2h0c0amlfxa"))))
(base32 "0c7fnxpqpy3hibiim4yib6l6bq363s97wwvllxp4lp8h06fjcyyn"))))
(build-system r-build-system)
(native-inputs `(("gfortran" ,gfortran)))
(home-page "https://cran.r-project.org/web/packages/polspline/")