[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/10: gnu: r-edger: Update to 4.0.16.
From: |
guix-commits |
Subject: |
03/10: gnu: r-edger: Update to 4.0.16. |
Date: |
Mon, 26 Feb 2024 07:25:58 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 63622bf34ed5f940e3258c7935f5fb65bcc42ff8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Feb 26 13:03:12 2024 +0100
gnu: r-edger: Update to 4.0.16.
* gnu/packages/bioconductor.scm (r-edger): Update to 4.0.16.
Change-Id: I542bbe7f290a5282f76eea7b88f605f6fa714624
---
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 c0b31b704b..9330b4835e 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7563,13 +7563,13 @@ global-scaling and full-quantile normalization.")
(define-public r-edger
(package
(name "r-edger")
- (version "4.0.15")
+ (version "4.0.16")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "edgeR" version))
(sha256
(base32
- "08fsb0h4kqm31ynrhxinmnwjyij1350v352411q11iv8v9sk4z48"))))
+ "0jflbh1wsszz98y0y294g69mm81fwwxfbhpi3kmdncin8bwf8ifi"))))
(properties `((upstream-name . "edgeR")))
(build-system r-build-system)
(propagated-inputs
- branch master updated (1d85f921f6 -> cb4785033d), guix-commits, 2024/02/26
- 03/10: gnu: r-edger: Update to 4.0.16.,
guix-commits <=
- 01/10: gnu: r-anvil: Update to 1.14.2., guix-commits, 2024/02/26
- 02/10: gnu: r-anf: Update to 1.24.1., guix-commits, 2024/02/26
- 05/10: gnu: r-chippeakanno: Update to 3.36.1., guix-commits, 2024/02/26
- 07/10: gnu: r-variancepartition: Update to 1.32.5., guix-commits, 2024/02/26
- 08/10: gnu: r-hdf5array: Update to 1.30.1., guix-commits, 2024/02/26
- 09/10: gnu: r-beachmat: Update to 2.18.1., guix-commits, 2024/02/26
- 04/10: gnu: r-seqarray: Update to 1.42.2., guix-commits, 2024/02/26
- 06/10: gnu: r-a4: Update to 1.50.1., guix-commits, 2024/02/26
- 10/10: gnu: r-dmrseq: Update to 1.22.1., guix-commits, 2024/02/26