guix-commits
[Top][All Lists]
Advanced

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

176/324: gnu: r-clusterexperiment: Update to 2.12.0.


From: guix-commits
Subject: 176/324: gnu: r-clusterexperiment: Update to 2.12.0.
Date: Sat, 5 Jun 2021 03:15:22 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 2a7532cca8d6a7f8ca519e5429f1f794caac0637
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 08:49:58 2021 +0200

    gnu: r-clusterexperiment: Update to 2.12.0.
    
    * gnu/packages/bioconductor.scm (r-clusterexperiment): Update to 2.12.0.
    [propagated-inputs]: Remove r-rspectra; add r-biocsingular.
---
 gnu/packages/bioconductor.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 2da0551..5ef15bf 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7236,19 +7236,20 @@ profiles (GO and KEGG) of gene and gene clusters.")
 (define-public r-clusterexperiment
   (package
     (name "r-clusterexperiment")
-    (version "2.10.1")
+    (version "2.12.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "clusterExperiment" version))
               (sha256
                (base32
-                "04n3lcm7dh07sjkzyv83m55mx3lz0lkcy8yq9hi0zywqyrhyzz7z"))))
+                "1fhmayciwn1m124b4dcs3gzbghgk9f7a7qmjnvvxc958cywcwkx5"))))
     (build-system r-build-system)
     (native-inputs
      `(("r-knitr" ,r-knitr)))
     (propagated-inputs
      `(("r-ape" ,r-ape)
        ("r-biocgenerics" ,r-biocgenerics)
+       ("r-biocsingular" ,r-biocsingular)
        ("r-cluster" ,r-cluster)
        ("r-delayedarray" ,r-delayedarray)
        ("r-edger" ,r-edger)
@@ -7265,7 +7266,6 @@ profiles (GO and KEGG) of gene and gene clusters.")
        ("r-pracma" ,r-pracma)
        ("r-rcolorbrewer" ,r-rcolorbrewer)
        ("r-rcpp" ,r-rcpp)
-       ("r-rspectra" ,r-rspectra)
        ("r-s4vectors" ,r-s4vectors)
        ("r-scales" ,r-scales)
        ("r-singlecellexperiment" ,r-singlecellexperiment)



reply via email to

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