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