me
/
guix
Archived
1
0
Fork 0

gnu: r-logspline: Update to 2.1.19.

* gnu/packages/statistics.scm (r-logspline): Update to 2.1.19.
Ricardo Wurmus 2022-11-29 15:22:38 +01:00
parent 2d806cbd95
commit 582b2ccd90
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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