mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: r-sparsem: Update to 1.84.
* gnu/packages/statistics.scm (r-sparsem): Update to 1.84. [native-inputs]: Add r-knitr. Change-Id: I79262a62aaa58bc58279b3cef035f9dd95a81674
This commit is contained in:
parent
c2881e666f
commit
b32212664b
1 changed files with 3 additions and 3 deletions
|
@ -3674,17 +3674,17 @@ (define-public r-snow
|
||||||
(define-public r-sparsem
|
(define-public r-sparsem
|
||||||
(package
|
(package
|
||||||
(name "r-sparsem")
|
(name "r-sparsem")
|
||||||
(version "1.81")
|
(version "1.84")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "SparseM" version))
|
(uri (cran-uri "SparseM" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0csbqd9wm6r4162mday1iaigzf9wv2rp1zq8hnihys6f38w8z0xx"))))
|
"05pxj16l1d9smlsn9h3pxcnd49s8l7f6088xvn808pa1f3h9dybn"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "SparseM")))
|
`((upstream-name . "SparseM")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gfortran))
|
(list gfortran r-knitr))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "http://www.econ.uiuc.edu/~roger/research/sparse/sparse.html")
|
(home-page "http://www.econ.uiuc.edu/~roger/research/sparse/sparse.html")
|
||||||
(synopsis "Sparse linear algebra")
|
(synopsis "Sparse linear algebra")
|
||||||
|
|
Loading…
Reference in a new issue