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
|
(define-public r-slam
|
||||||
(package
|
(package
|
||||||
(name "r-slam")
|
(name "r-slam")
|
||||||
(version "0.1-46")
|
(version "0.1-47")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "slam" version))
|
(uri (cran-uri "slam" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ihhbx76miwys35gsbhijriadvrw4f51lc3v45pnn6cvcfd9hr0b"))))
|
(base32 "12fggw2c7hz3bpvsaqm24g3r6lbpq6jgli24g7x5j859iak5cqv9"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://cran.r-project.org/web/packages/slam/")
|
(home-page "https://cran.r-project.org/web/packages/slam/")
|
||||||
(synopsis "Sparse lightweight arrays and matrices")
|
(synopsis "Sparse lightweight arrays and matrices")
|
||||||
|
|
Loading…
Reference in a new issue