guix-commits
[Top][All Lists]
Advanced

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

25/47: gnu: r-apcluster: Update to 1.4.8.


From: guix-commits
Subject: 25/47: gnu: r-apcluster: Update to 1.4.8.
Date: Mon, 2 Sep 2019 08:41:17 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 530404083a2d98103cc7278df96a1eeecbe21779
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Sep 2 14:33:50 2019 +0200

    gnu: r-apcluster: Update to 1.4.8.
    
    * gnu/packages/cran.scm (r-apcluster): Update to 1.4.8.
---
 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 fb188a4..a615df0 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -12190,14 +12190,14 @@ network.")
 (define-public r-apcluster
   (package
     (name "r-apcluster")
-    (version "1.4.7")
+    (version "1.4.8")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "apcluster" version))
        (sha256
         (base32
-         "188hdfmwjjx3aic599nwmkzjqm9j9jighi5bly6qd43c1vj6ih2s"))))
+         "0lzf2jqm56i74wif6x5sw3j0w2qc4sni49zq2fgbl89b7lwkvchj"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-matrix" ,r-matrix)



reply via email to

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