guix-commits
[Top][All Lists]
Advanced

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

07/11: gnu: r-monocle: Update to 2.24.1.


From: guix-commits
Subject: 07/11: gnu: r-monocle: Update to 2.24.1.
Date: Sun, 12 Jun 2022 06:16:15 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 640b45d73c24ecafbbec14eafe62c470239049e9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Jun 12 11:16:29 2022 +0200

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



reply via email to

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