mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
gnu: r-slam: Update to 0.1-47.
* gnu/packages/cran.scm (r-slam): Update to 0.1-47.
This commit is contained in:
parent
1d3c31a23c
commit
976ef4cd52
1 changed files with 2 additions and 2 deletions
|
@ -6953,13 +6953,13 @@ (define-public r-abcanalysis
|
|||
(define-public r-slam
|
||||
(package
|
||||
(name "r-slam")
|
||||
(version "0.1-46")
|
||||
(version "0.1-47")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "slam" version))
|
||||
(sha256
|
||||
(base32 "1ihhbx76miwys35gsbhijriadvrw4f51lc3v45pnn6cvcfd9hr0b"))))
|
||||
(base32 "12fggw2c7hz3bpvsaqm24g3r6lbpq6jgli24g7x5j859iak5cqv9"))))
|
||||
(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