mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
d034d0a1a0
commit
8ab1ea6850
1 changed files with 2 additions and 2 deletions
|
@ -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/")
|
||||
|
|
Loading…
Reference in a new issue