gnu: r-expm: Update to 0.999-7.
* gnu/packages/cran.scm (r-expm): Update to 0.999-7.
This commit is contained in:
parent
a161409264
commit
407f58a9ad
1 changed files with 2 additions and 2 deletions
|
|
@ -8830,14 +8830,14 @@ sample Robust Rank-Order Distributional Test.")
|
||||||
(define-public r-expm
|
(define-public r-expm
|
||||||
(package
|
(package
|
||||||
(name "r-expm")
|
(name "r-expm")
|
||||||
(version "0.999-6")
|
(version "0.999-7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "expm" version))
|
(uri (cran-uri "expm" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1p5dapwv8ycxaysgi6imnby04i4kh1c5a2czqa4wygz0s8pr2y9c"))))
|
"1wd03dcqxyi7kyznfq7107ix1bsp7rwzqqv6w7p37pdq2jwlkwi8"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-matrix))
|
(propagated-inputs (list r-matrix))
|
||||||
(native-inputs (list gfortran))
|
(native-inputs (list gfortran))
|
||||||
|
|
|
||||||
Reference in a new issue