me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-slam): Update to 0.1-48.
master
Ricardo Wurmus 2020-12-09 21:58:02 +01:00
parent e99a124b72
commit 925b72fd6d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7983,13 +7983,13 @@ the analyzed items.")
(define-public r-slam
(package
(name "r-slam")
(version "0.1-47")
(version "0.1-48")
(source
(origin
(method url-fetch)
(uri (cran-uri "slam" version))
(sha256
(base32 "12fggw2c7hz3bpvsaqm24g3r6lbpq6jgli24g7x5j859iak5cqv9"))))
(base32 "1ppsvkph4v1dffxgp12a4wnr9arj7pkmh4qv0and3f6nbz9k42qa"))))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/slam/")
(synopsis "Sparse lightweight arrays and matrices")