me
/
guix
Archived
1
0
Fork 0

gnu: r-slam: Update to 0.1-47.

* gnu/packages/cran.scm (r-slam): Update to 0.1-47.
master
Ricardo Wurmus 2019-12-27 20:31:37 +01:00
parent 1d3c31a23c
commit 976ef4cd52
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6953,13 +6953,13 @@ the analyzed items.")
(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")