mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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.
This commit is contained in:
parent
804e0682bf
commit
468fb90fdd
1 changed files with 3 additions and 3 deletions
|
@ -3013,16 +3013,16 @@ (define-public r-snow
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue