[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/18: gnu: r-muscat: Update to 1.20.0.
From: |
guix-commits |
Subject: |
09/18: gnu: r-muscat: Update to 1.20.0. |
Date: |
Thu, 14 Nov 2024 04:46:31 -0500 (EST) |
rekado pushed a commit to branch r-team
in repository guix.
commit c1aa1462f0498ababaf1d553333208f3463c6b38
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 14 10:45:41 2024 +0100
gnu: r-muscat: Update to 1.20.0.
* gnu/packages/bioconductor.scm (r-muscat): Update to 1.20.0.
[propagated-inputs]: Add r-rlang.
Change-Id: If9b76068b84ce584ffded916b646192716c0b386
---
gnu/packages/bioconductor.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 9be28ef2c1..d9087d9031 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -9710,14 +9710,14 @@ throughput genetic sequencing data sets using
regression methods.")
(define-public r-muscat
(package
(name "r-muscat")
- (version "1.18.0")
+ (version "1.20.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "muscat" version))
(sha256
(base32
- "1gafcq3p693f28gz3p8hk8mlxd9zja95h8953sr56n7krfffy1gi"))))
+ "04kni9lv04dsnam71dw3ib2jmjfrrndj9432igf5aj22l4wlxbc3"))))
(properties `((upstream-name . "muscat")))
(build-system r-build-system)
(propagated-inputs
@@ -9737,6 +9737,7 @@ throughput genetic sequencing data sets using regression
methods.")
r-matrixstats
r-progress
r-purrr
+ r-rlang
r-s4vectors
r-scales
r-scater
- branch r-team updated (7e703e5b89 -> e2827cef8d), guix-commits, 2024/11/14
- 02/18: gnu: r-mousegastrulationdata: Update to 1.20.0., guix-commits, 2024/11/14
- 03/18: gnu: r-msdata: Update to 0.46.0., guix-commits, 2024/11/14
- 05/18: gnu: r-pasilla: Update to 1.34.0., guix-commits, 2024/11/14
- 07/18: gnu: r-gsva: Update to 2.0.1., guix-commits, 2024/11/14
- 01/18: gnu: r-escape: Update to 2.2.1., guix-commits, 2024/11/14
- 04/18: gnu: r-msigdb: Update to 1.14.0., guix-commits, 2024/11/14
- 06/18: gnu: r-alabaster-base: Update to 1.6.1., guix-commits, 2024/11/14
- 09/18: gnu: r-muscat: Update to 1.20.0.,
guix-commits <=
- 11/18: gnu: r-structstrings: Update to 1.22.1., guix-commits, 2024/11/14
- 13/18: gnu: r-clusterprofiler: Update to 4.14.3., guix-commits, 2024/11/14
- 16/18: gnu: r-ucell: Update to 2.10.1., guix-commits, 2024/11/14
- 08/18: gnu: r-limma: Update to 3.62.1., guix-commits, 2024/11/14
- 18/18: gnu: r-singlecellexperiment: Update to 1.28.1., guix-commits, 2024/11/14
- 12/18: gnu: r-enrichplot: Update to 1.26.2., guix-commits, 2024/11/14
- 10/18: gnu: r-screpertoire: Update to 2.2.1., guix-commits, 2024/11/14
- 14/18: gnu: r-flames: Update to 2.0.1., guix-commits, 2024/11/14
- 15/18: gnu: r-variancepartition: Update to 1.36.2., guix-commits, 2024/11/14
- 17/18: gnu: r-universalmotif: Update to 1.24.2., guix-commits, 2024/11/14