guix-commits
[Top][All Lists]
Advanced

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

10/17: gnu: r-icobra: Update to 1.18.1.


From: guix-commits
Subject: 10/17: gnu: r-icobra: Update to 1.18.1.
Date: Tue, 4 May 2021 03:48:11 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit b410f072b547dc5f49ac2370952a02d25c47b5d9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 4 09:03:17 2021 +0200

    gnu: r-icobra: Update to 1.18.1.
    
    * gnu/packages/bioconductor.scm (r-icobra): Update to 1.18.1.
---
 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 f5b71f4..8edd4ce 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3979,14 +3979,14 @@ independent of the p-value under the null hypothesis.")
 (define-public r-icobra
   (package
     (name "r-icobra")
-    (version "1.18.0")
+    (version "1.18.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "iCOBRA" version))
        (sha256
         (base32
-         "0knqvvfi5y53jk8s2g2bqgxnh2pbdf38676fk7pkdp1r2j6cbi3s"))))
+         "183asczy9v2v1vrzxb7n7pa2yfzym3l24r3737k0jg6hnp2bpw50"))))
     (properties `((upstream-name . "iCOBRA")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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