mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-sparsem: Update to 1.77.
* gnu/packages/statistics.scm (r-sparsem): Update to 1.77.
This commit is contained in:
parent
127b926bc1
commit
81c057ced9
1 changed files with 2 additions and 2 deletions
|
@ -2821,13 +2821,13 @@ (define-public r-snow
|
||||||
(define-public r-sparsem
|
(define-public r-sparsem
|
||||||
(package
|
(package
|
||||||
(name "r-sparsem")
|
(name "r-sparsem")
|
||||||
(version "1.76")
|
(version "1.77")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "SparseM" version))
|
(uri (cran-uri "SparseM" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16xnl9cacim35aawq6bmd2y6rrhnh1kg6dwsy3k5yslkfr1y9j62"))))
|
"0p6ljma2h12cq1xmy0cxb48ih8dhxxbnwkqzvx3cckxf2kprycm9"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "SparseM")))
|
`((upstream-name . "SparseM")))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in a new issue