[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/11: gnu: r-xcms: Update to 4.2.3.
From: |
guix-commits |
Subject: |
06/11: gnu: r-xcms: Update to 4.2.3. |
Date: |
Mon, 26 Aug 2024 06:27:43 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 2474e1e1d7fe88a29ca91d8618ef4de254cbe9cb
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Aug 26 12:17:02 2024 +0200
gnu: r-xcms: Update to 4.2.3.
* gnu/packages/bioconductor.scm (r-xcms): Update to 4.2.3.
Change-Id: I17355573c0af40aa8b021da3e46a99a9709b411b
---
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 3ced59593a..48d5d9139e 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -17670,14 +17670,14 @@ based on @dfn{Continuous Wavelet Transform} (CWT).")
(define-public r-xcms
(package
(name "r-xcms")
- (version "4.2.2")
+ (version "4.2.3")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "xcms" version))
(sha256
(base32
- "1zk9l4ll3047fj0rngvjka2hkg2by26n2h3xm1iyvfiw5068y74y"))))
+ "10b3jj7m278df0s83icbl95rbp5m7y0avhsjzfy0mkgyvm13y5ls"))))
(build-system r-build-system)
(propagated-inputs
(list r-biobase
- branch master updated (8059adada5 -> 7578bf8457), guix-commits, 2024/08/26
- 03/11: gnu: r-gosemsim: Update to 2.30.2., guix-commits, 2024/08/26
- 02/11: gnu: r-ensembldb: Update to 2.28.1., guix-commits, 2024/08/26
- 09/11: gnu: r-bgeedb: Update to 2.30.1., guix-commits, 2024/08/26
- 01/11: gnu: r-dmrcate: Update to 3.0.8., guix-commits, 2024/08/26
- 06/11: gnu: r-xcms: Update to 4.2.3.,
guix-commits <=
- 08/11: gnu: r-universalmotif: Update to 1.22.2., guix-commits, 2024/08/26
- 10/11: gnu: r-omnipathr: Update to 3.12.3., guix-commits, 2024/08/26
- 04/11: gnu: r-dose: Update to 3.30.4., guix-commits, 2024/08/26
- 05/11: gnu: r-clusterprofiler: Update to 4.12.5., guix-commits, 2024/08/26
- 07/11: gnu: r-gdsfmt: Update to 1.40.1., guix-commits, 2024/08/26
- 11/11: gnu: Add r-fuzzyjoin., guix-commits, 2024/08/26