guix-commits
[Top][All Lists]
Advanced

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

41/265: gnu: r-cghbase: Update to 1.46.0.


From: guix-commits
Subject: 41/265: gnu: r-cghbase: Update to 1.46.0.
Date: Sun, 15 Dec 2019 09:40:00 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 8341f7062e6a2a4fbb173074f3c413a54dbb73a0
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 14:34:02 2019 +0100

    gnu: r-cghbase: Update to 1.46.0.
    
    * gnu/packages/bioconductor.scm (r-cghbase): Update to 1.46.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 02cdbb9..5c3f86b 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1547,12 +1547,12 @@ normalization and quality checking.")
 (define-public r-cghbase
   (package
    (name "r-cghbase")
-   (version "1.44.0")
+   (version "1.46.0")
    (source (origin
             (method url-fetch)
             (uri (bioconductor-uri "CGHbase" version))
             (sha256
-             (base32 "0z9lvn5dxym6kc8ak5fsqkipv2p4z49va3cyz1ch8rw477k2iwvm"))))
+             (base32 "0136pk6pfwpiiy9vca4pgg4wh74jfb5ssglpdszzhamljpvg765x"))))
    (properties `((upstream-name . "CGHbase")))
    (build-system r-build-system)
    (propagated-inputs



reply via email to

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