mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: r-polspline: Update to 1.1.17.
* gnu/packages/cran.scm (r-polspline): Update to 1.1.17.
This commit is contained in:
parent
1a6fe7c9c1
commit
2777e06fa5
1 changed files with 2 additions and 2 deletions
|
@ -13076,13 +13076,13 @@ (define-public r-snp-plotter
|
|||
(define-public r-polspline
|
||||
(package
|
||||
(name "r-polspline")
|
||||
(version "1.1.16")
|
||||
(version "1.1.17")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "polspline" version))
|
||||
(sha256
|
||||
(base32 "0d49h7if8h6d784nsnqqxakg19kvl8cmz8k53901m2h0c0amlfxa"))))
|
||||
(base32 "0c7fnxpqpy3hibiim4yib6l6bq363s97wwvllxp4lp8h06fjcyyn"))))
|
||||
(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