guix-commits
[Top][All Lists]
Advanced

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

126/296: gnu: r-cghcall: Update to 2.50.0.


From: guix-commits
Subject: 126/296: gnu: r-cghcall: Update to 2.50.0.
Date: Fri, 12 Jun 2020 19:30:01 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit de4a352e8ae1b6b210e5434519905b42b79494e3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 13 00:12:37 2020 +0200

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



reply via email to

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