guix-commits
[Top][All Lists]
Advanced

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

07/151: gnu: r-cghbase: Update to 1.42.0.


From: Ricardo Wurmus
Subject: 07/151: gnu: r-cghbase: Update to 1.42.0.
Date: Wed, 7 Nov 2018 06:28:35 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 46cdceef4c13f8d5f57f093e1aded95a1e04a265
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Nov 7 11:44:12 2018 +0100

    gnu: r-cghbase: Update to 1.42.0.
    
    * gnu/packages/bioconductor.scm (r-cghbase): Update to 1.42.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 adc4749..22140ef 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -484,12 +484,12 @@ normalization and quality checking.")
 (define-public r-cghbase
   (package
    (name "r-cghbase")
-   (version "1.40.0")
+   (version "1.42.0")
    (source (origin
             (method url-fetch)
             (uri (bioconductor-uri "CGHbase" version))
             (sha256
-             (base32 "1hf44vma3kgwr61kjbszvfxkava8bjqnam1mdncqvczbypb2xwaq"))))
+             (base32 "0ghxp49xdi09p3f2qwrdrq2p4qjafj4z1rr08ycgbf11gb22h1sc"))))
    (properties `((upstream-name . "CGHbase")))
    (build-system r-build-system)
    (propagated-inputs



reply via email to

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