guix-commits
[Top][All Lists]
Advanced

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

125/296: gnu: r-cghbase: Update to 1.48.0.


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

rekado pushed a commit to branch master
in repository guix.

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

    gnu: r-cghbase: Update to 1.48.0.
    
    * gnu/packages/bioconductor.scm (r-cghbase): Update to 1.48.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 25851cb..8f2fda5 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1868,12 +1868,12 @@ normalization and quality checking.")
 (define-public r-cghbase
   (package
    (name "r-cghbase")
-   (version "1.46.0")
+   (version "1.48.0")
    (source (origin
             (method url-fetch)
             (uri (bioconductor-uri "CGHbase" version))
             (sha256
-             (base32 "0136pk6pfwpiiy9vca4pgg4wh74jfb5ssglpdszzhamljpvg765x"))))
+             (base32 "0gfqqa9rs5hid53ihlky88qndgrwxxz0s6j7s505f660dd5nzlkf"))))
    (properties `((upstream-name . "CGHbase")))
    (build-system r-build-system)
    (propagated-inputs



reply via email to

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