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

* gnu/packages/cran.scm (r-expm): Update to 0.999-6.
This commit is contained in:
Ricardo Wurmus 2021-01-20 17:08:52 +01:00
parent 8aba74ba04
commit 6251debe71
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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