guix-commits
[Top][All Lists]
Advanced

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

09/112: gnu: r-cghcall: Update to 2.42.0.


From: Ricardo Wurmus
Subject: 09/112: gnu: r-cghcall: Update to 2.42.0.
Date: Sat, 2 Jun 2018 07:39:58 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 5c0df206cf2a553cfffb7fd61315673354de1680
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jun 2 11:43:06 2018 +0200

    gnu: r-cghcall: Update to 2.42.0.
    
    * gnu/packages/bioconductor.scm (r-cghcall): Update to 2.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 a7dc553..0235f10 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -320,12 +320,12 @@ the @code{arrayCGH} packages.")
 (define-public r-cghcall
   (package
    (name "r-cghcall")
-   (version "2.40.0")
+   (version "2.42.0")
    (source (origin
             (method url-fetch)
             (uri (bioconductor-uri "CGHcall" version))
             (sha256
-             (base32 "11pi6awz3858yb4s0z3qf3kcmsdgp6d4aj41g4lfix1sv5amllch"))))
+             (base32 "0y71vfxv9x0am3xvv520yr95cb7m7y92dhdx1vkqki80jrmf12dz"))))
    (properties `((upstream-name . "CGHcall")))
    (build-system r-build-system)
    (propagated-inputs



reply via email to

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