guix-commits
[Top][All Lists]
Advanced

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

87/214: gnu: r-als: Update to 0.0.7.


From: guix-commits
Subject: 87/214: gnu: r-als: Update to 0.0.7.
Date: Tue, 20 Sep 2022 11:07:11 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 8cce3f51fcab96ddfb6b6529336b9d91e0bd5287
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Sep 20 10:53:05 2022 +0200

    gnu: r-als: Update to 0.0.7.
    
    * gnu/packages/cran.scm (r-als): Update to 0.0.7.
---
 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 c5e8516adb..aee3b1cc47 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15546,14 +15546,14 @@ Life Sciences\" by Ron Wehrens, Springer (2011).")
 (define-public r-als
   (package
     (name "r-als")
-    (version "0.0.6")
+    (version "0.0.7")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ALS" version))
        (sha256
         (base32
-         "1swrn39vy50fazkpf97r7c542gkj6mlvy8gmcxllg7mf2mqx546a"))))
+         "184d6xr4mgs78jvi7xa4njrq6p625i9sx69wak6mdn53qpl9b8ap"))))
     (properties `((upstream-name . "ALS")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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