mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: r-polspline: Update to 1.1.20.
* gnu/packages/cran.scm (r-polspline): Update to 1.1.20.
This commit is contained in:
parent
ae53d4e29c
commit
6957585a41
1 changed files with 2 additions and 2 deletions
|
@ -17656,13 +17656,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.19")
|
(version "1.1.20")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "polspline" version))
|
(uri (cran-uri "polspline" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0rhzf735hmbqfn2xbgcln4sqx7m9far72g5gq9mghgkw016kqglm"))))
|
(base32 "1dd1jwiaglkkhajzvqfkd1x5r3wzjlk5ww0yxzmns0s1kr74i4k9"))))
|
||||||
(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