mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: r-rootsolve: Update to 1.8.2.1.
* gnu/packages/cran.scm (r-rootsolve): Update to 1.8.2.1.
This commit is contained in:
parent
0ec790f82d
commit
78b686824d
1 changed files with 2 additions and 2 deletions
|
@ -7084,14 +7084,14 @@ (define-public r-proc
|
||||||
(define-public r-rootsolve
|
(define-public r-rootsolve
|
||||||
(package
|
(package
|
||||||
(name "r-rootsolve")
|
(name "r-rootsolve")
|
||||||
(version "1.8.2")
|
(version "1.8.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "rootSolve" version))
|
(uri (cran-uri "rootSolve" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rj7c4zcrzgz7sb0vgvh7swpfafnw4040cxp7ypas3s8fnihn54l"))))
|
"0c9hhgq1pgqdg80a6n2ssfbj5nyaf97y4iiya7j7l6b34qc53128"))))
|
||||||
(properties `((upstream-name . "rootSolve")))
|
(properties `((upstream-name . "rootSolve")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs `(("gfortran" ,gfortran)))
|
(native-inputs `(("gfortran" ,gfortran)))
|
||||||
|
|
Loading…
Reference in a new issue