guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/26: gnu: r-slam: Update to 0.1-53.


From: guix-commits
Subject: 13/26: gnu: r-slam: Update to 0.1-53.
Date: Sat, 7 Sep 2024 02:51:48 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c371fccfff38caa9255557411895d519da2d573c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Sep 2 13:09:41 2024 +0200

    gnu: r-slam: Update to 0.1-53.
    
    * gnu/packages/cran.scm (r-slam): Update to 0.1-53.
    
    Change-Id: Ifacc47e340dc4c7c5cc00705e661e0ad7d59ed82
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 773e6c9326..191d5cc0b6 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16163,13 +16163,13 @@ the analyzed items.")
 (define-public r-slam
   (package
     (name "r-slam")
-    (version "0.1-52")
+    (version "0.1-53")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "slam" version))
        (sha256
-        (base32 "09j1k63nw1m1vgblnla6s52v2337ixs958jmlzkjjz1xb01yd0y3"))))
+        (base32 "0wid8nd3nrsixgdrwkh0yy268p2vlplajykn6izd8b9z4hansvh2"))))
     (build-system r-build-system)
     (home-page "https://cran.r-project.org/web/packages/slam/";)
     (synopsis "Sparse lightweight arrays and matrices")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]