guix-commits
[Top][All Lists]
Advanced

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

45/63: gnu: r-clustree: Update to 0.5.1.


From: guix-commits
Subject: 45/63: gnu: r-clustree: Update to 0.5.1.
Date: Wed, 15 Nov 2023 09:57:06 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit cc9319365553840967b23752e75648a70839e4b2
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Nov 15 15:54:40 2023 +0100

    gnu: r-clustree: Update to 0.5.1.
    
    * gnu/packages/cran.scm (r-clustree): Update to 0.5.1.
    
    Change-Id: If2d5a6cf33eab9f820c7a4fccd26aa1763f96e28
---
 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 70d1802853..3e11a01149 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -37274,14 +37274,14 @@ chunks.")
 (define-public r-clustree
   (package
     (name "r-clustree")
-    (version "0.5.0")
+    (version "0.5.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "clustree" version))
        (sha256
         (base32
-         "1haam13aifak8fladyxwa0gz56anj1zfczfjgs07gbw90kf6azx8"))))
+         "05yizn8hcf4nsibypxahp2mz64sy10vli776mi0d2gvfb5p4kwmm"))))
     (properties `((upstream-name . "clustree")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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