rekado pushed a commit to branch master
in repository guix.
commit 0880acbcb56c401ad912979b3e7ab42b36fea0dc
Author: Ricardo Wurmus <[email protected]>
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/")