guix-commits
[Top][All Lists]
Advanced

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

186/288: gnu: r-biocor: Update to 1.14.0.


From: guix-commits
Subject: 186/288: gnu: r-biocor: Update to 1.14.0.
Date: Mon, 16 Nov 2020 15:07:33 -0500 (EST)

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

commit ffc4be2c286503f3cfa3a5c9ca186a58d9c83760
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 15:56:32 2020 +0100

    gnu: r-biocor: Update to 1.14.0.
    
    * gnu/packages/bioconductor.scm (r-biocor): Update to 1.14.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 812fcb1..f6fd535 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7915,14 +7915,14 @@ tools for genome-scale analysis of cancer studies.")
 (define-public r-biocor
   (package
     (name "r-biocor")
-    (version "1.12.0")
+    (version "1.14.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "BioCor" version))
        (sha256
         (base32
-         "1xghclfqv8d23g72g8914br5zjx4sz9zihzczwwmpl15lghpnqwy"))))
+         "12slrdn98h43j3y7klk3chrwa2ycwm4krhz3l3kfzbxr834mhy19"))))
     (properties `((upstream-name . "BioCor")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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