mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: r-expm: Update to 1.0-0.
* gnu/packages/cran.scm (r-expm): Update to 1.0-0. Change-Id: I9f680588617eb3ba7ec7841ee04e39419e0b96fc
This commit is contained in:
parent
b5e6d63e13
commit
a6fbd6f147
1 changed files with 2 additions and 2 deletions
|
@ -12382,14 +12382,14 @@ (define-public r-trend
|
|||
(define-public r-expm
|
||||
(package
|
||||
(name "r-expm")
|
||||
(version "0.999-9")
|
||||
(version "1.0-0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "expm" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1m7yiya3hyv6l87qi0vj9s9cmajnig7ah08id9y4yg4dr95278c3"))))
|
||||
"0m5jm92mjn83zvh4jz7rdf04jdaad7lv2l0a44rb2mdgyvw3di82"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-matrix))
|
||||
(native-inputs (list gfortran))
|
||||
|
|
Loading…
Reference in a new issue