mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: r-polspline: Update to 1.1.19.
* gnu/packages/cran.scm (r-polspline): Update to 1.1.19.
This commit is contained in:
parent
5130c454dd
commit
d263b2d67b
1 changed files with 2 additions and 2 deletions
|
@ -13652,13 +13652,13 @@ (define-public r-snp-plotter
|
|||
(define-public r-polspline
|
||||
(package
|
||||
(name "r-polspline")
|
||||
(version "1.1.18")
|
||||
(version "1.1.19")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "polspline" version))
|
||||
(sha256
|
||||
(base32 "00h1xg89wncfj2nk68zv7vphfcc68s7k0l5s9511bzxz8khhw9fz"))))
|
||||
(base32 "0rhzf735hmbqfn2xbgcln4sqx7m9far72g5gq9mghgkw016kqglm"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs `(("gfortran" ,gfortran)))
|
||||
(home-page "https://cran.r-project.org/web/packages/polspline/")
|
||||
|
|
Loading…
Reference in a new issue