me
/
guix
Archived
1
0
Fork 0

gnu: r-sparsem: Update to 1.78.

* gnu/packages/statistics.scm (r-sparsem): Update to 1.78.
[inputs]: Move gfortran from here...
[native-inputs]: ...to here.
master
Ricardo Wurmus 2019-12-15 15:52:31 +01:00
parent 804e0682bf
commit 468fb90fdd
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 3 deletions

View File

@ -3013,16 +3013,16 @@ worker processes and collect and return the results on the master.")
(define-public r-sparsem
(package
(name "r-sparsem")
(version "1.77")
(version "1.78")
(source (origin
(method url-fetch)
(uri (cran-uri "SparseM" version))
(sha256
(base32
"0p6ljma2h12cq1xmy0cxb48ih8dhxxbnwkqzvx3cckxf2kprycm9"))))
"0cmlm0lps3daalvp5jzjnjfys388hgkyc8yw0g5r2351h749xdyn"))))
(properties
`((upstream-name . "SparseM")))
(inputs
(native-inputs
`(("gfortran" ,gfortran)))
(build-system r-build-system)
(home-page "http://www.econ.uiuc.edu/~roger/research/sparse/sparse.html")