gnu: r-logspline: Update to 2.1.17.

* gnu/packages/statistics.scm (r-logspline): Update to 2.1.17.
This commit is contained in:
Ricardo Wurmus 2022-05-28 08:31:01 +02:00
parent 217d08960a
commit 7d9ed0b53d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6629,14 +6629,14 @@ (define-public r-kknn
(define-public r-logspline
(package
(name "r-logspline")
(version "2.1.16")
(version "2.1.17")
(source
(origin
(method url-fetch)
(uri (cran-uri "logspline" version))
(sha256
(base32
"12hkdi77vkic05p2vhap025xdcg1n53ywm239v18713pihdlj63l"))))
"05c8l22zcvb086909h9vw7icphww703vkcxp2h881y4n1232pdq3"))))
(properties `((upstream-name . "logspline")))
(build-system r-build-system)
(native-inputs (list gfortran))