mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: r-logspline: Update to 2.1.17.
* gnu/packages/statistics.scm (r-logspline): Update to 2.1.17.
This commit is contained in:
parent
217d08960a
commit
7d9ed0b53d
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue