me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-expm): Update to 0.999-7.
master
Ricardo Wurmus 2023-01-09 22:15:15 +01:00
parent a161409264
commit 407f58a9ad
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8830,14 +8830,14 @@ sample Robust Rank-Order Distributional Test.")
(define-public r-expm
(package
(name "r-expm")
(version "0.999-6")
(version "0.999-7")
(source
(origin
(method url-fetch)
(uri (cran-uri "expm" version))
(sha256
(base32
"1p5dapwv8ycxaysgi6imnby04i4kh1c5a2czqa4wygz0s8pr2y9c"))))
"1wd03dcqxyi7kyznfq7107ix1bsp7rwzqqv6w7p37pdq2jwlkwi8"))))
(build-system r-build-system)
(propagated-inputs (list r-matrix))
(native-inputs (list gfortran))