mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-expm: Update to 0.999-3.
* gnu/packages/cran.scm (r-expm): Update to 0.999-3.
This commit is contained in:
parent
484e81f73a
commit
44de41b572
1 changed files with 2 additions and 2 deletions
|
@ -3299,14 +3299,14 @@ (define-public r-trend
|
|||
(define-public r-expm
|
||||
(package
|
||||
(name "r-expm")
|
||||
(version "0.999-2")
|
||||
(version "0.999-3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "expm" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1mihl67kvv1xv0figp25jkmwfn4iwkcx15cng2348y8gm6zybw9q"))))
|
||||
"04k4a6g071jkjc0d30ncmf713dj16brcs9m6pj43hnycc1caq6si"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs `(("r-matrix" ,r-matrix)))
|
||||
(native-inputs `(("gfortran" ,gfortran)))
|
||||
|
|
Loading…
Reference in a new issue