guix-commits
[Top][All Lists]
Advanced

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

70/265: gnu: r-monocle: Update to 2.14.0.


From: guix-commits
Subject: 70/265: gnu: r-monocle: Update to 2.14.0.
Date: Sun, 15 Dec 2019 09:40:06 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 9732e690a5835096ff7110431f04ee0932768600
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 14:41:17 2019 +0100

    gnu: r-monocle: Update to 2.14.0.
    
    * gnu/packages/bioconductor.scm (r-monocle): Update to 2.14.0.
---
 gnu/packages/bioconductor.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index bb082c9..635d008 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2474,14 +2474,14 @@ single cell assay data.")
 (define-public r-monocle
   (package
     (name "r-monocle")
-    (version "2.12.0")
+    (version "2.14.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "monocle" version))
        (sha256
         (base32
-         "1rnr3k0wc61a806w9flapni91wz5xm0l66jabjzx0vbiwgczs32z"))))
+         "18b9y592q48mbcp5w095qs1kaklq64v6dcnlpqhv3rwxvywygsz2"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-biobase" ,r-biobase)



reply via email to

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