guix-commits
[Top][All Lists]
Advanced

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

70/174: gnu: r-kohonen: Update to 3.0.12.


From: guix-commits
Subject: 70/174: gnu: r-kohonen: Update to 3.0.12.
Date: Tue, 11 Jul 2023 14:48:22 -0400 (EDT)

rekado pushed a commit to branch r-updates
in repository guix.

commit f1da157ddba6ac1f02c8a2e7ff4290f4e290d607
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 11 15:35:26 2023 +0200

    gnu: r-kohonen: Update to 3.0.12.
    
    * gnu/packages/cran.scm (r-kohonen): Update to 3.0.12.
---
 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 ec8b4cb734..8b6339339c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -18349,14 +18349,14 @@ be imported and then exported via the @code{gridSVG} 
package.")
 (define-public r-kohonen
   (package
     (name "r-kohonen")
-    (version "3.0.11")
+    (version "3.0.12")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "kohonen" version))
        (sha256
         (base32
-         "1bk3j0n8w4fhffv89rgyn4n21c0wcx6lr8jv4wbagpxprl585381"))))
+         "188cxw2fvpfr3dyi8g52igcyc8d5jffyn6rhc84dja52da8lp520"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-rcpp))



reply via email to

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