mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -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
|
(define-public r-polspline
|
||||||
(package
|
(package
|
||||||
(name "r-polspline")
|
(name "r-polspline")
|
||||||
(version "1.1.20")
|
(version "1.1.22")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "polspline" version))
|
(uri (cran-uri "polspline" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1dd1jwiaglkkhajzvqfkd1x5r3wzjlk5ww0yxzmns0s1kr74i4k9"))))
|
(base32 "0ys5sxr5q55ip49dsc3kbgcr3bn9dj5bblmshwm4jz8d0a7ikwmj"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs (list gfortran))
|
(native-inputs (list gfortran))
|
||||||
(home-page "https://cran.r-project.org/web/packages/polspline/")
|
(home-page "https://cran.r-project.org/web/packages/polspline/")
|
||||||
|
|
Loading…
Reference in a new issue