guix-commits
[Top][All Lists]
Advanced

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

89/89: gnu: r-tclust: Update to 1.4-2.


From: guix-commits
Subject: 89/89: gnu: r-tclust: Update to 1.4-2.
Date: Mon, 5 Oct 2020 18:35:10 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit e02babf4c5ff510537032cac8233f2775fc73843
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 5 22:46:41 2020 +0200

    gnu: r-tclust: Update to 1.4-2.
    
    * gnu/packages/statistics.scm (r-tclust): Update to 1.4-2.
---
 gnu/packages/statistics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 4e0c2dc..71ff921 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -5367,14 +5367,14 @@ multivariate case.")
 (define-public r-tclust
   (package
     (name "r-tclust")
-    (version "1.4-1")
+    (version "1.4-2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "tclust" version))
        (sha256
         (base32
-         "17md6l9v9dl9b72l84df01b52h2xiynbcjm437mv9mzcr09fc2sb"))))
+         "1nb5iky4kc832627jf28lzj19wrvgwg5da6fyl3kyf0npmyx1p4m"))))
     (build-system r-build-system)
     ;; These are all suggested packages, not build dependencies.
     (propagated-inputs



reply via email to

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