guix-commits
[Top][All Lists]
Advanced

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

44/59: gnu: r-clusterr: Update to 1.2.4.


From: guix-commits
Subject: 44/59: gnu: r-clusterr: Update to 1.2.4.
Date: Thu, 20 May 2021 04:59:31 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit e033e7c7d426b0c374fc41e61071e4eaeedce8e8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu May 20 10:54:46 2021 +0200

    gnu: r-clusterr: Update to 1.2.4.
    
    * gnu/packages/cran.scm (r-clusterr): Update to 1.2.4.
---
 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 6e113f2..1a3bdfe 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -25289,14 +25289,14 @@ Poisson), are some of the many fast functions.")
 (define-public r-clusterr
   (package
     (name "r-clusterr")
-    (version "1.2.3")
+    (version "1.2.4")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ClusterR" version))
        (sha256
         (base32
-         "19xphxcpia7pdshn09yd328q3rbr6frz5574688ja1z7g5hsa2p7"))))
+         "01vgr1mpm7l1lyhril5hm1l72aicqc4iwb0b15ypijb6hwkv7g47"))))
     (properties `((upstream-name . "ClusterR")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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