guix-commits
[Top][All Lists]
Advanced

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

222/449: gnu: r-monocle: Update to 2.26.0.


From: guix-commits
Subject: 222/449: gnu: r-monocle: Update to 2.26.0.
Date: Tue, 22 Nov 2022 15:47:29 -0500 (EST)

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

commit 62fb9826827ae3dedef8c4157b15c53058ef2c73
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Nov 17 03:50:18 2022 +0100

    gnu: r-monocle: Update to 2.26.0.
    
    * gnu/packages/bioconductor.scm (r-monocle): Update to 2.26.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 af18d81991..8884ff3a35 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -9358,14 +9358,14 @@ single cell assay data.")
 (define-public r-monocle
   (package
     (name "r-monocle")
-    (version "2.24.1")
+    (version "2.26.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "monocle" version))
        (sha256
         (base32
-         "11g1wx0f1yzhg3x1aa3d5l7pqlzxj16s0gha21skxkgld8k2x8xn"))))
+         "1d3xgh9xgqa28bgyd06zkjmg75lq7hdah3d140l1bqq2ii1bv62g"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-biobase



reply via email to

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