guix-commits
[Top][All Lists]
Advanced

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

32/323: gnu: r-cghbase: Update to 1.50.0.


From: guix-commits
Subject: 32/323: gnu: r-cghbase: Update to 1.50.0.
Date: Mon, 7 Dec 2020 15:12:46 -0500 (EST)

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

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

    gnu: r-cghbase: Update to 1.50.0.
    
    * gnu/packages/bioconductor.scm (r-cghbase): Update to 1.50.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 086ad5b..22b1b59 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1974,12 +1974,12 @@ normalization and quality checking.")
 (define-public r-cghbase
   (package
    (name "r-cghbase")
-   (version "1.48.0")
+   (version "1.50.0")
    (source (origin
             (method url-fetch)
             (uri (bioconductor-uri "CGHbase" version))
             (sha256
-             (base32 "0gfqqa9rs5hid53ihlky88qndgrwxxz0s6j7s505f660dd5nzlkf"))))
+             (base32 "10zhjmls3f63cj0bnywjb97zhrj7x3xsq6yjhvf5cclxc4kcrcx4"))))
    (properties `((upstream-name . "CGHbase")))
    (build-system r-build-system)
    (propagated-inputs



reply via email to

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