gnu: r-sparsem: Update to 1.74.
* gnu/packages/statistics.scm (r-sparsem): Update to 1.74.
This commit is contained in:
parent
76ce7c3767
commit
773a50114c
|
@ -2466,13 +2466,13 @@ worker processes and collect and return the results on the master.")
|
||||||
(define-public r-sparsem
|
(define-public r-sparsem
|
||||||
(package
|
(package
|
||||||
(name "r-sparsem")
|
(name "r-sparsem")
|
||||||
(version "1.72")
|
(version "1.74")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "SparseM" version))
|
(uri (cran-uri "SparseM" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0zpb1swn9xjkb22sky10ixff7vqfiz9m36nkbc1qqbm9frcldnka"))))
|
"1fpfhld887y5lyb8jydprmv5krqm1fk6n53z942b4g4z1v4g04j7"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "SparseM")))
|
`((upstream-name . "SparseM")))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in New Issue