gnu: r-expm: Update to 0.999-3.

* gnu/packages/cran.scm (r-expm): Update to 0.999-3.
This commit is contained in:
Ricardo Wurmus 2018-10-30 07:52:13 +01:00
parent 484e81f73a
commit 44de41b572
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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)))