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

* gnu/packages/cran.scm (r-expm): Update to 0.999-5.
This commit is contained in:
Ricardo Wurmus 2020-08-12 11:56:53 +02:00
parent 38add85d0f
commit 2a48a370e2
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5040,14 +5040,14 @@ (define-public r-trend
(define-public r-expm
(package
(name "r-expm")
(version "0.999-4")
(version "0.999-5")
(source
(origin
(method url-fetch)
(uri (cran-uri "expm" version))
(sha256
(base32
"15k0acg2aqb2ajhwal6l7vhhp03m4lg579805d34554cl0kn9l2q"))))
"0y98ya8rhy891nysjlzzy7kcm13dsz8gvxwzvbkmcp1xx0vicxc7"))))
(build-system r-build-system)
(propagated-inputs `(("r-matrix" ,r-matrix)))
(native-inputs `(("gfortran" ,gfortran)))