guix-commits
[Top][All Lists]
Advanced

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

26/135: gnu: r-entropy: Update to 1.3.1.


From: guix-commits
Subject: 26/135: gnu: r-entropy: Update to 1.3.1.
Date: Wed, 3 Nov 2021 17:59:43 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit e0a7b783ea4344ae854c41f4a5642cdfabc9661b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Nov 1 17:52:20 2021 +0000

    gnu: r-entropy: Update to 1.3.1.
    
    * gnu/packages/cran.scm (r-entropy): Update to 1.3.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 380856d..c061f3c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8708,14 +8708,14 @@ reduced-bias estimates.")
 (define-public r-entropy
   (package
     (name "r-entropy")
-    (version "1.3.0")
+    (version "1.3.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "entropy" version))
        (sha256
         (base32
-         "0fhhsy8ci9c73xwr2b167dfix0b7kqsk6kf46qqv1lmvbv11vxqa"))))
+         "1f0j8jsn6pzf4gi5g0akixx6x5vc69ci5f4m2vnwp40frvsqjnkg"))))
     (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]