mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: r-rootsolve: Update to 1.8.2.4.
* gnu/packages/cran.scm (r-rootsolve): Update to 1.8.2.4.
This commit is contained in:
parent
d3751cac6d
commit
f9e8fdcbfe
1 changed files with 2 additions and 2 deletions
|
@ -13903,14 +13903,14 @@ (define-public r-proc
|
|||
(define-public r-rootsolve
|
||||
(package
|
||||
(name "r-rootsolve")
|
||||
(version "1.8.2.3")
|
||||
(version "1.8.2.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "rootSolve" version))
|
||||
(sha256
|
||||
(base32
|
||||
"182bb727sgqi5f3pzmw8jnn328wdjrgj9lfvg49gv8s22rjd3cxm"))))
|
||||
"0p9qmn82bg0ks9hmh2dkygnzhxcnp5z8z8b8aq52w6clliz32sp1"))))
|
||||
(properties `((upstream-name . "rootSolve")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs (list gfortran))
|
||||
|
|
Loading…
Reference in a new issue