mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-sparsem: Update to 1.84-2.
* gnu/packages/statistics.scm (r-sparsem): Update to 1.84-2. Change-Id: Id2123705c08bab173a4c8da3029e9bbda4db3ceb
This commit is contained in:
parent
864e9d4e03
commit
595667be4d
1 changed files with 2 additions and 2 deletions
|
@ -3674,13 +3674,13 @@ (define-public r-snow
|
|||
(define-public r-sparsem
|
||||
(package
|
||||
(name "r-sparsem")
|
||||
(version "1.84")
|
||||
(version "1.84-2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "SparseM" version))
|
||||
(sha256
|
||||
(base32
|
||||
"05pxj16l1d9smlsn9h3pxcnd49s8l7f6088xvn808pa1f3h9dybn"))))
|
||||
"0rc6x466jhalb6baxxhffmmcpi03nndvvighp696rrvrhsxzv015"))))
|
||||
(properties
|
||||
`((upstream-name . "SparseM")))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue