me
/
guix
Archived
1
0
Fork 0

gnu: r-logspline: Update to 2.1.17.

* gnu/packages/statistics.scm (r-logspline): Update to 2.1.17.
master
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
1 changed files with 2 additions and 2 deletions

View File

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