guix-commits
[Top][All Lists]
Advanced

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

89/265: gnu: r-scater: Update to 1.14.5.


From: guix-commits
Subject: 89/265: gnu: r-scater: Update to 1.14.5.
Date: Sun, 15 Dec 2019 09:40:11 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit bf23416fe1a3fecbadb195d31af1f27a2e2c7d7b
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 15:01:21 2019 +0100

    gnu: r-scater: Update to 1.14.5.
    
    * gnu/packages/bioinformatics.scm (r-scater): Update to 1.14.5.
    [propagated-inputs]: Remove r-dplyr.
---
 gnu/packages/bioinformatics.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 8c1efae..fe42c4e 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10607,13 +10607,13 @@ libraries.")
 (define-public r-scater
   (package
     (name "r-scater")
-    (version "1.12.2")
+    (version "1.14.5")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "scater" version))
               (sha256
                (base32
-                "16a17161xlhh6qpna9qxph3anlc7ydgyrczmy4alfiw8si7pzmxa"))))
+                "1c2p1dqz4lckk657v5g0labxrf0i21l0wa3rvszslmrszn60mkif"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-beachmat" ,r-beachmat)
@@ -10623,7 +10623,6 @@ libraries.")
        ("r-biocsingular" ,r-biocsingular)
        ("r-delayedarray" ,r-delayedarray)
        ("r-delayedmatrixstats" ,r-delayedmatrixstats)
-       ("r-dplyr" ,r-dplyr)
        ("r-ggbeeswarm" ,r-ggbeeswarm)
        ("r-ggplot2" ,r-ggplot2)
        ("r-matrix" ,r-matrix)



reply via email to

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