gnu: r-polspline: Update to 1.1.20.

* gnu/packages/cran.scm (r-polspline): Update to 1.1.20.
This commit is contained in:
Ricardo Wurmus 2022-05-28 08:30:34 +02:00
parent ae53d4e29c
commit 6957585a41
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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