me
/
guix
Archived
1
0
Fork 0

gnu: r-polspline: Update to 1.1.25.

* gnu/packages/cran.scm (r-polspline): Update to 1.1.25.

Change-Id: I0fb7c7912036cff5fd56d577cf29a464e34a2775
master
Ricardo Wurmus 2024-05-13 21:59:52 +02:00
parent f8bf75b1c9
commit c590b6f1cc
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -24042,13 +24042,13 @@ either PDF/EPS files.")
(define-public r-polspline
(package
(name "r-polspline")
(version "1.1.24")
(version "1.1.25")
(source
(origin
(method url-fetch)
(uri (cran-uri "polspline" version))
(sha256
(base32 "0mal78f79jl6cj02xabv9vqf88m4iiadmgiv3qliv117cxkc6hb6"))))
(base32 "18wv3v76y4xdlrz7qdp6amr0ynhyqbja1rjqmbz0lc12v56gqhr9"))))
(build-system r-build-system)
(native-inputs (list gfortran))
(home-page "https://cran.r-project.org/web/packages/polspline/")