me
/
guix
Archived
1
0
Fork 0

gnu: r-logspline: Update to 2.1.22.

* gnu/packages/statistics.scm (r-logspline): Update to 2.1.22.

Change-Id: I08b684ab0f5a429923f3163353ccf7e9339de627
master
Ricardo Wurmus 2024-05-13 21:59:55 +02:00
parent 61bf9b8c0d
commit 0edbb93130
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7209,14 +7209,14 @@ or eta squared effect size.")
(define-public r-logspline
(package
(name "r-logspline")
(version "2.1.21")
(version "2.1.22")
(source
(origin
(method url-fetch)
(uri (cran-uri "logspline" version))
(sha256
(base32
"0xqbk3h28gkx3haj7hdg314616x673cmg9ia148g0q9j3zqkqflf"))))
"00pdcfj1hmafxzs7gqw3n072p6pxp9hvsdm062n0xkiby6igffkp"))))
(properties `((upstream-name . "logspline")))
(build-system r-build-system)
(native-inputs (list gfortran))