1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-11 07:54:08 +02:00

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

* gnu/packages/cran.scm (r-slam): Update to 0.1-54.

Change-Id: Idd6917bcc2c0c53cab8450e228a14c5cbac3c9d4
This commit is contained in:
Ricardo Wurmus
2024-11-01 15:00:46 +01:00
parent 46a6639a68
commit 1c4e8844fb
+2 -2
View File
@@ -16498,13 +16498,13 @@ the analyzed items.")
(define-public r-slam
(package
(name "r-slam")
(version "0.1-53")
(version "0.1-54")
(source
(origin
(method url-fetch)
(uri (cran-uri "slam" version))
(sha256
(base32 "0wid8nd3nrsixgdrwkh0yy268p2vlplajykn6izd8b9z4hansvh2"))))
(base32 "03rl6ykib5h0a5wlbd7q9hqh7xkq4d50dfzklmwzwcsdjm36zbgr"))))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/slam/")
(synopsis "Sparse lightweight arrays and matrices")