guix-commits
[Top][All Lists]
Advanced

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

116/218: gnu: r-clue: Update to 0.3-62.


From: guix-commits
Subject: 116/218: gnu: r-clue: Update to 0.3-62.
Date: Fri, 4 Nov 2022 05:14:51 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit d5c8dedd04428a19d0acdd0078bdd099dd99bf9f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Nov 4 09:58:42 2022 +0100

    gnu: r-clue: Update to 0.3-62.
    
    * gnu/packages/cran.scm (r-clue): Update to 0.3-62.
---
 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 0cf5aa0c99..82133c99f7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -21016,14 +21016,14 @@ experiments in a well-organized and reproducible 
way.")
 (define-public r-clue
   (package
     (name "r-clue")
-    (version "0.3-61")
+    (version "0.3-62")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "clue" version))
        (sha256
         (base32
-         "0cfw2k1kh4a8imdv7b5qw977xd6indampsabhfldj3rqrqb1ncbi"))))
+         "1lhybs6rhq8zs7q15ahng7c93liiygr64i2zwg3ya6maqji3ynjp"))))
     (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]