guix-commits
[Top][All Lists]
Advanced

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

36/146: gnu: r-infotheo: Update to 1.2.0.1.


From: guix-commits
Subject: 36/146: gnu: r-infotheo: Update to 1.2.0.1.
Date: Tue, 12 Apr 2022 10:01:17 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit fd1f62a8a21dcde1f870b446d9f978355df55737
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Apr 11 18:01:11 2022 +0200

    gnu: r-infotheo: Update to 1.2.0.1.
    
    * gnu/packages/cran.scm (r-infotheo): Update to 1.2.0.1.
---
 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 5bc8125271..81456c40e8 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -10272,14 +10272,14 @@ and make comparisons between different methodologies 
straightforward.")
 (define-public r-infotheo
   (package
     (name "r-infotheo")
-    (version "1.2.0")
+    (version "1.2.0.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "infotheo" version))
        (sha256
         (base32
-         "18xacczfq3z3xpy434js4nf3l19lczngzd0lq26wh22pvg1yniwv"))))
+         "1m1979vf8rvq3534mp1hihfadikhxrg3p6ac3hirz96kgb4qxyy0"))))
     (build-system r-build-system)
     (home-page "http://homepage.meyerp.com/software";)
     (synopsis "Information-theoretic measures")



reply via email to

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