guix-commits
[Top][All Lists]
Advanced

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

42/265: gnu: r-cghcall: Update to 2.48.0.


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

rekado pushed a commit to branch master
in repository guix.

commit 8f2a4ea18b9d00e32592f746a5c134bcabe422cf
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 14:34:15 2019 +0100

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



reply via email to

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