mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-expm: Update to 0.999-5.
* gnu/packages/cran.scm (r-expm): Update to 0.999-5.
This commit is contained in:
parent
38add85d0f
commit
2a48a370e2
1 changed files with 2 additions and 2 deletions
|
@ -5040,14 +5040,14 @@ (define-public r-trend
|
|||
(define-public r-expm
|
||||
(package
|
||||
(name "r-expm")
|
||||
(version "0.999-4")
|
||||
(version "0.999-5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "expm" version))
|
||||
(sha256
|
||||
(base32
|
||||
"15k0acg2aqb2ajhwal6l7vhhp03m4lg579805d34554cl0kn9l2q"))))
|
||||
"0y98ya8rhy891nysjlzzy7kcm13dsz8gvxwzvbkmcp1xx0vicxc7"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs `(("r-matrix" ,r-matrix)))
|
||||
(native-inputs `(("gfortran" ,gfortran)))
|
||||
|
|
Loading…
Reference in a new issue