1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-02 07:15:53 +02:00

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

* gnu/packages/cran.scm (r-slam): Update to 0.1-48.
This commit is contained in:
Ricardo Wurmus
2020-12-09 21:58:02 +01:00
parent e99a124b72
commit 925b72fd6d
+2 -2
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")