mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-nleqslv: Update to 3.3.3.
* gnu/packages/cran.scm (r-nleqslv): Update to 3.3.3.
This commit is contained in:
parent
6d65fb5842
commit
8200e69872
1 changed files with 2 additions and 2 deletions
|
@ -11764,13 +11764,13 @@ (define-public r-mhsmm
|
|||
(define-public r-nleqslv
|
||||
(package
|
||||
(name "r-nleqslv")
|
||||
(version "3.3.2")
|
||||
(version "3.3.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "nleqslv" version))
|
||||
(sha256
|
||||
(base32 "1v9znvncyigw9r25wx2ma0b7ib179b488dl0qsrhp5zrcz7mcjgm"))))
|
||||
(base32 "0cy65bqkmnnr8v0x1cag84caxwdxyr0yw4w443apxzfxjp7dyiif"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs (list gfortran))
|
||||
(home-page "https://cran.r-project.org/web/packages/nleqslv/")
|
||||
|
|
Loading…
Reference in a new issue