guix-commits
[Top][All Lists]
Advanced

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

33/115: gnu: r-slam: Update to 0.1-49.


From: guix-commits
Subject: 33/115: gnu: r-slam: Update to 0.1-49.
Date: Tue, 23 Nov 2021 10:26:42 -0500 (EST)

rekado pushed a commit to branch r-updates
in repository guix.

commit 89e7852b251c52c0d30683a529608c40f4b33be6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 23 15:23:14 2021 +0100

    gnu: r-slam: Update to 0.1-49.
    
    * gnu/packages/cran.scm (r-slam): Update to 0.1-49.
---
 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 2a93cee..0b35278 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9456,13 +9456,13 @@ the analyzed items.")
 (define-public r-slam
   (package
     (name "r-slam")
-    (version "0.1-48")
+    (version "0.1-49")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "slam" version))
        (sha256
-        (base32 "1ppsvkph4v1dffxgp12a4wnr9arj7pkmh4qv0and3f6nbz9k42qa"))))
+        (base32 "044hnfqbx57v5zr64gl09b5arj45swn9ywqzrl9rsc8267ys0028"))))
     (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]