guix-commits
[Top][All Lists]
Advanced

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

56/323: gnu: r-icobra: Update to 1.18.0.


From: guix-commits
Subject: 56/323: gnu: r-icobra: Update to 1.18.0.
Date: Mon, 7 Dec 2020 15:12:54 -0500 (EST)

rekado pushed a commit to branch wip-r
in repository guix.

commit 38343f3866db1bbc60bb4d9d660f90bdc090c8c3
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 15:49:36 2020 +0100

    gnu: r-icobra: Update to 1.18.0.
    
    * gnu/packages/bioconductor.scm (r-icobra): Update to 1.18.0.
---
 gnu/packages/bioconductor.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 1389b38..38b768a 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2910,14 +2910,14 @@ independent of the p-value under the null hypothesis.")
 (define-public r-icobra
   (package
     (name "r-icobra")
-    (version "1.16.0")
+    (version "1.18.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "iCOBRA" version))
        (sha256
         (base32
-         "0cvklagby3i221dlhyb51cciv0b3ch4a8z0wpm67q5n6n3k0cil1"))))
+         "0knqvvfi5y53jk8s2g2bqgxnh2pbdf38676fk7pkdp1r2j6cbi3s"))))
     (properties `((upstream-name . "iCOBRA")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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