guix-commits
[Top][All Lists]
Advanced

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

35/125: gnu: r-entropy: Update to 1.3.0.


From: guix-commits
Subject: 35/125: gnu: r-entropy: Update to 1.3.0.
Date: Tue, 4 May 2021 01:33:15 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 8067bcdf53d7cdfbc5aae6c99435ff566550cec5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 4 07:13:08 2021 +0200

    gnu: r-entropy: Update to 1.3.0.
    
    * gnu/packages/cran.scm (r-entropy): Update to 1.3.0.
---
 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 eca9a7a..1f6fad6 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8176,14 +8176,14 @@ reduced-bias estimates.")
 (define-public r-entropy
   (package
     (name "r-entropy")
-    (version "1.2.1")
+    (version "1.3.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "entropy" version))
        (sha256
         (base32
-         "10vg4818q5g54pv2nn9x5i7pvky5nsv96syy47pz2mgqp1273cpd"))))
+         "0fhhsy8ci9c73xwr2b167dfix0b7kqsk6kf46qqv1lmvbv11vxqa"))))
     (properties `((upstream-name . "entropy")))
     (build-system r-build-system)
     (home-page "https://www.strimmerlab.org/software/entropy/";)



reply via email to

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