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
1 changed files with 2 additions and 2 deletions
|
@ -2466,13 +2466,13 @@ (define-public r-snow
|
|||
(define-public r-sparsem
|
||||
(package
|
||||
(name "r-sparsem")
|
||||
(version "1.72")
|
||||
(version "1.74")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "SparseM" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0zpb1swn9xjkb22sky10ixff7vqfiz9m36nkbc1qqbm9frcldnka"))))
|
||||
"1fpfhld887y5lyb8jydprmv5krqm1fk6n53z942b4g4z1v4g04j7"))))
|
||||
(properties
|
||||
`((upstream-name . "SparseM")))
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue