guix-commits
[Top][All Lists]
Advanced

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

147/215: gnu: r-icobra: Update to 1.12.0.


From: guix-commits
Subject: 147/215: gnu: r-icobra: Update to 1.12.0.
Date: Sun, 5 May 2019 18:15:57 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 3fd2ea8883351f8262537fd4f1ddf1e4836effa5
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 5 23:59:23 2019 +0200

    gnu: r-icobra: Update to 1.12.0.
    
    * gnu/packages/bioconductor.scm (r-icobra): Update to 1.12.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 94c2963..ce83b74 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2084,14 +2084,14 @@ independent of the p-value under the null hypothesis.")
 (define-public r-icobra
   (package
     (name "r-icobra")
-    (version "1.10.0")
+    (version "1.12.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "iCOBRA" version))
        (sha256
         (base32
-         "0i1swrm31g0zffi5pm48bfvdfqpd32d0zdchkbyipz96al46jnld"))))
+         "1w9frnczgypzc2czbwrvlizqcqhbp6cdpyws7vkmnn9k0ggzxvfc"))))
     (properties `((upstream-name . "iCOBRA")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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