gnu: r-logspline: Update to 2.1.20.
* gnu/packages/statistics.scm (r-logspline): Update to 2.1.20.
This commit is contained in:
parent
5a1c16fa18
commit
c141725c65
1 changed files with 2 additions and 2 deletions
|
@ -7020,14 +7020,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.19")
|
(version "2.1.20")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "logspline" version))
|
(uri (cran-uri "logspline" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1527cnnn5qdjp8gr4yls0jp0aachjz5s2v79vs79vrfyvxp9w89p"))))
|
"1nsrgz9sh9qg2fj0x7k48lqhpgzq1z78jfz89ckzp5xm4r8lpgcb"))))
|
||||||
(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))
|
||||||
|
|
Reference in a new issue