gnu: r-polspline: Update to 1.1.24.

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

Change-Id: I323fc3b50c1d215d749cd814a684463810e4bfc4
This commit is contained in:
Ricardo Wurmus 2023-10-31 17:15:10 +01:00
parent d034d0a1a0
commit 8ab1ea6850
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -22777,13 +22777,13 @@ (define-public r-snp-plotter
(define-public r-polspline
(package
(name "r-polspline")
(version "1.1.23")
(version "1.1.24")
(source
(origin
(method url-fetch)
(uri (cran-uri "polspline" version))
(sha256
(base32 "1qa9j7s09yzi65fav27zxc1w1wxwsmgjz8a8ghy7hhi5f3gvsqw3"))))
(base32 "0mal78f79jl6cj02xabv9vqf88m4iiadmgiv3qliv117cxkc6hb6"))))
(build-system r-build-system)
(native-inputs (list gfortran))
(home-page "https://cran.r-project.org/web/packages/polspline/")