gnu: r-polspline: Update to 1.1.19.

* gnu/packages/cran.scm (r-polspline): Update to 1.1.19.
This commit is contained in:
Ricardo Wurmus 2020-06-11 15:10:55 +02:00
parent 5130c454dd
commit d263b2d67b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -13652,13 +13652,13 @@ (define-public r-snp-plotter
(define-public r-polspline
(package
(name "r-polspline")
(version "1.1.18")
(version "1.1.19")
(source
(origin
(method url-fetch)
(uri (cran-uri "polspline" version))
(sha256
(base32 "00h1xg89wncfj2nk68zv7vphfcc68s7k0l5s9511bzxz8khhw9fz"))))
(base32 "0rhzf735hmbqfn2xbgcln4sqx7m9far72g5gq9mghgkw016kqglm"))))
(build-system r-build-system)
(native-inputs `(("gfortran" ,gfortran)))
(home-page "https://cran.r-project.org/web/packages/polspline/")