me
/
guix
Archived
1
0
Fork 0

gnu: r-logspline: Update to 2.1.20.

* gnu/packages/statistics.scm (r-logspline): Update to 2.1.20.
master
Ricardo Wurmus 2023-07-11 15:35:33 +02:00
parent 5a1c16fa18
commit c141725c65
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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