mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-polspline: Update to 1.1.22.
* gnu/packages/cran.scm (r-polspline): Update to 1.1.22.
This commit is contained in:
parent
1641606ebd
commit
16b60563b1
1 changed files with 2 additions and 2 deletions
|
@ -19071,13 +19071,13 @@ (define-public r-snp-plotter
|
|||
(define-public r-polspline
|
||||
(package
|
||||
(name "r-polspline")
|
||||
(version "1.1.20")
|
||||
(version "1.1.22")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "polspline" version))
|
||||
(sha256
|
||||
(base32 "1dd1jwiaglkkhajzvqfkd1x5r3wzjlk5ww0yxzmns0s1kr74i4k9"))))
|
||||
(base32 "0ys5sxr5q55ip49dsc3kbgcr3bn9dj5bblmshwm4jz8d0a7ikwmj"))))
|
||||
(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