guix-commits
[Top][All Lists]
Advanced

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

25/32: gnu: r-seurat: Update to 3.1.4.


From: guix-commits
Subject: 25/32: gnu: r-seurat: Update to 3.1.4.
Date: Sun, 1 Mar 2020 17:21:39 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit e3eb7ee4744512e3b16093f6525c424d7b106741
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Sun Mar 1 22:54:50 2020 +0100

    gnu: r-seurat: Update to 3.1.4.
    
    * gnu/packages/bioinformatics.scm (r-seurat): Update to 3.1.4.
    [propagated-inputs]: Add r-patchwork.
---
 gnu/packages/bioinformatics.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 3df146c..ac45b88 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9521,13 +9521,13 @@ and irregular enzymatic cleavages, mass measurement 
accuracy, etc.")
 (define-public r-seurat
   (package
     (name "r-seurat")
-    (version "3.1.3")
+    (version "3.1.4")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "Seurat" version))
               (sha256
                (base32
-                "0962mfgqk1di3wy1j0xdkvnw0q5m3q4xzd67d1l6dijlqiz8nfal"))))
+                "0lhjbjhv1hnx5i3gkx41k68i8ykay3f24708h30wx9xywww9lsvi"))))
     (properties `((upstream-name . "Seurat")))
     (build-system r-build-system)
     (propagated-inputs
@@ -9550,6 +9550,7 @@ and irregular enzymatic cleavages, mass measurement 
accuracy, etc.")
        ("r-mass" ,r-mass)
        ("r-matrix" ,r-matrix)
        ("r-metap" ,r-metap)
+       ("r-patchwork" ,r-patchwork)
        ("r-pbapply" ,r-pbapply)
        ("r-plotly" ,r-plotly)
        ("r-png" ,r-png)



reply via email to

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