mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-slam: Update to 0.1-49.
* gnu/packages/cran.scm (r-slam): Update to 0.1-49.
This commit is contained in:
parent
5ab73c5269
commit
bb2cfc8254
1 changed files with 2 additions and 2 deletions
|
@ -9456,13 +9456,13 @@ (define-public r-abcanalysis
|
|||
(define-public r-slam
|
||||
(package
|
||||
(name "r-slam")
|
||||
(version "0.1-48")
|
||||
(version "0.1-49")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "slam" version))
|
||||
(sha256
|
||||
(base32 "1ppsvkph4v1dffxgp12a4wnr9arj7pkmh4qv0and3f6nbz9k42qa"))))
|
||||
(base32 "044hnfqbx57v5zr64gl09b5arj45swn9ywqzrl9rsc8267ys0028"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/web/packages/slam/")
|
||||
(synopsis "Sparse lightweight arrays and matrices")
|
||||
|
|
Loading…
Reference in a new issue