guix-commits
[Top][All Lists]
Advanced

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

03/15: gnu: r-seurat: Update to 3.1.1.


From: guix-commits
Subject: 03/15: gnu: r-seurat: Update to 3.1.1.
Date: Sun, 6 Oct 2019 17:08:59 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 33651044c6e4989d2e3546a772963b2b3a8b0703
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Oct 6 23:03:49 2019 +0200

    gnu: r-seurat: Update to 3.1.1.
    
    * gnu/packages/bioinformatics.scm (r-seurat): Update to 3.1.1.
    [propagated-inputs]: Add r-httr.
---
 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 e4cfa0c..f2f67f3 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9465,13 +9465,13 @@ and irregular enzymatic cleavages, mass measurement 
accuracy, etc.")
 (define-public r-seurat
   (package
     (name "r-seurat")
-    (version "3.1.0")
+    (version "3.1.1")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "Seurat" version))
               (sha256
                (base32
-                "0icxndnnkkmmr9hhd01dv3w8pih7x9r0rlp3fq9pk3qajp9gmlyq"))))
+                "084lr2fjdksshsmv1ww82bgn3a9mml7kswsidjrs89snabgvn360"))))
     (properties `((upstream-name . "Seurat")))
     (build-system r-build-system)
     (propagated-inputs
@@ -9484,6 +9484,7 @@ and irregular enzymatic cleavages, mass measurement 
accuracy, etc.")
        ("r-ggplot2" ,r-ggplot2)
        ("r-ggrepel" ,r-ggrepel)
        ("r-ggridges" ,r-ggridges)
+       ("r-httr" ,r-httr)
        ("r-ica" ,r-ica)
        ("r-igraph" ,r-igraph)
        ("r-irlba" ,r-irlba)



reply via email to

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