gnu: r-sparsem: Update to 1.72.
* gnu/packages/statistics.scm (r-sparsem): Update to 1.72.
This commit is contained in:
parent
b9ab3b08b8
commit
7931531a23
|
@ -2225,13 +2225,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.7")
|
(version "1.72")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "SparseM" version))
|
(uri (cran-uri "SparseM" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0s9kab5khk7daqf6nfp1wm1qnhkssnnwnymisfwyk3kz4q5maqfz"))))
|
"0zpb1swn9xjkb22sky10ixff7vqfiz9m36nkbc1qqbm9frcldnka"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "SparseM")))
|
`((upstream-name . "SparseM")))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in New Issue