mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01: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
|
(define-public r-expm
|
||||||
(package
|
(package
|
||||||
(name "r-expm")
|
(name "r-expm")
|
||||||
(version "0.999-2")
|
(version "0.999-3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "expm" version))
|
(uri (cran-uri "expm" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mihl67kvv1xv0figp25jkmwfn4iwkcx15cng2348y8gm6zybw9q"))))
|
"04k4a6g071jkjc0d30ncmf713dj16brcs9m6pj43hnycc1caq6si"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs `(("r-matrix" ,r-matrix)))
|
(propagated-inputs `(("r-matrix" ,r-matrix)))
|
||||||
(native-inputs `(("gfortran" ,gfortran)))
|
(native-inputs `(("gfortran" ,gfortran)))
|
||||||
|
|
Loading…
Reference in a new issue