guix-commits
[Top][All Lists]
Advanced

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

25/288: gnu: r-cghcall: Update to 2.52.0.


From: guix-commits
Subject: 25/288: gnu: r-cghcall: Update to 2.52.0.
Date: Mon, 16 Nov 2020 15:06:42 -0500 (EST)

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

commit e1364174d9cee969018e2c6b03f078e380842d44
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 15:48:11 2020 +0100

    gnu: r-cghcall: Update to 2.52.0.
    
    * gnu/packages/bioconductor.scm (r-cghcall): Update to 2.52.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 466793b..d628931 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1914,12 +1914,12 @@ the @code{arrayCGH} packages.")
 (define-public r-cghcall
   (package
    (name "r-cghcall")
-   (version "2.50.0")
+   (version "2.52.0")
    (source (origin
             (method url-fetch)
             (uri (bioconductor-uri "CGHcall" version))
             (sha256
-             (base32 "1dz6sag8khl18vkb97b5w6fk6k9s7s9xxnc467dd3bmhmajlmrrg"))))
+             (base32 "1a6k87xfm79wnsc30k5aziakv51h4dd9zqw81q8bd72hc3fpz8ba"))))
    (properties `((upstream-name . "CGHcall")))
    (build-system r-build-system)
    (propagated-inputs



reply via email to

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