guix-commits
[Top][All Lists]
Advanced

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

391/457: gnu: r-scater: Update to 1.26.1.


From: guix-commits
Subject: 391/457: gnu: r-scater: Update to 1.26.1.
Date: Thu, 24 Nov 2022 06:37:46 -0500 (EST)

rekado pushed a commit to branch wip-bioconductor
in repository guix.

commit 14e3905c6e5c4a3d4b56b22488e4f8a6ff88f537
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Nov 17 03:50:31 2022 +0100

    gnu: r-scater: Update to 1.26.1.
    
    * gnu/packages/bioconductor.scm (r-scater): Update to 1.26.1.
    [propagated-inputs]: Add r-ggrastr, r-pheatmap, and r-uwot.
---
 gnu/packages/bioconductor.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index d73de67236..cbb9123595 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -16217,13 +16217,13 @@ of other packages.")
 (define-public r-scater
   (package
     (name "r-scater")
-    (version "1.24.0")
+    (version "1.26.1")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "scater" version))
               (sha256
                (base32
-                "0dqirggw7my5nq4ln9q0ya18ciqplkz9gx318ffias9ag3yii5rw"))))
+                "1mjnf2y41lvni77g9hyw8qlvlsi5nxv5ha0fnch1kmw9814nycq3"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-beachmat
@@ -16236,8 +16236,10 @@ of other packages.")
            r-ggbeeswarm
            r-ggplot2
            r-ggrepel
+           r-ggrastr
            r-gridextra
            r-matrix
+           r-pheatmap
            r-rcolorbrewer
            r-rcppml
            r-rlang
@@ -16246,6 +16248,7 @@ of other packages.")
            r-scuttle
            r-singlecellexperiment
            r-summarizedexperiment
+           r-uwot
            r-viridis))
     (native-inputs
      (list r-knitr))



reply via email to

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