guix-commits
[Top][All Lists]
Advanced

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

150/150: gnu: r-fdrtool: Update to 1.2.16.


From: guix-commits
Subject: 150/150: gnu: r-fdrtool: Update to 1.2.16.
Date: Wed, 20 Jan 2021 11:21:26 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit ee3bae282b9fcfa14dca4a7a24a81b0c9a2c69c1
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 20 17:15:28 2021 +0100

    gnu: r-fdrtool: Update to 1.2.16.
    
    * gnu/packages/statistics.scm (r-fdrtool): Update to 1.2.16.
---
 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 013407a..77cd629 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -5535,14 +5535,14 @@ easy and fun.")
 (define-public r-fdrtool
   (package
     (name "r-fdrtool")
-    (version "1.2.15")
+    (version "1.2.16")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "fdrtool" version))
        (sha256
         (base32
-         "1h46frlk7d9f4qx0bg6p55nrm9wwwz2sv6d1nz7061wdfsm69yb5"))))
+         "1aap4k1l3a9m43374xq688mqnzkgqx8l021li262r3h1xr4adpp7"))))
     (build-system r-build-system)
     (home-page "http://strimmerlab.org/software/fdrtool/";)
     (synopsis "Estimation of false discovery rates and higher criticism")



reply via email to

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