guix-commits
[Top][All Lists]
Advanced

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

05/09: gnu: r-clue: Update to 0.3-61.


From: guix-commits
Subject: 05/09: gnu: r-clue: Update to 0.3-61.
Date: Mon, 30 May 2022 09:39:22 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 0880acbcb56c401ad912979b3e7ab42b36fea0dc
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon May 30 15:34:39 2022 +0200

    gnu: r-clue: Update to 0.3-61.
    
    * gnu/packages/cran.scm (r-clue): Update to 0.3-61.
---
 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 4f09eca19e..c7e182c932 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19851,14 +19851,14 @@ experiments in a well-organized and reproducible 
way.")
 (define-public r-clue
   (package
     (name "r-clue")
-    (version "0.3-60")
+    (version "0.3-61")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "clue" version))
        (sha256
         (base32
-         "0apgpdnn74mqg2bnr8yjyxgyvdl411h0r2b1r2xd67k21pyxs8bd"))))
+         "0cfw2k1kh4a8imdv7b5qw977xd6indampsabhfldj3rqrqb1ncbi"))))
     (build-system r-build-system)
     (propagated-inputs (list r-cluster))
     (home-page "https://cran.r-project.org/web/packages/clue/";)



reply via email to

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