[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/13: gnu: r-bgx: Update to 1.68.3.
From: |
guix-commits |
Subject: |
11/13: gnu: r-bgx: Update to 1.68.3. |
Date: |
Sun, 11 Feb 2024 10:56:13 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit c23224da612c8e10fc0bf12d8674ee8c89a820c6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Feb 11 16:54:55 2024 +0100
gnu: r-bgx: Update to 1.68.3.
* gnu/packages/bioconductor.scm (r-bgx): Update to 1.68.3.
Change-Id: I8aa747dd0a725f84dca1441693ce573a4567f70c
---
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 6e89385d56..a481e74624 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -19896,14 +19896,14 @@ gene expression.")
(define-public r-bgx
(package
(name "r-bgx")
- (version "1.68.0")
+ (version "1.68.3")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "bgx" version))
(sha256
(base32
- "0v85i0lwmxq5yq9ygfzljgy8fsflqq1p53rq8aasnndd6gsm8ld2"))))
+ "1a3hq2i1mxf6dpkk82b6y88q5fcjbqpdcxqplkfp5d2slzsqc3jp"))))
(properties `((upstream-name . "bgx")))
(build-system r-build-system)
(arguments
- 02/13: gnu: r-curatedtcgadata: Update to 1.24.1., (continued)
- 02/13: gnu: r-curatedtcgadata: Update to 1.24.1., guix-commits, 2024/02/11
- 06/13: gnu: r-genomeinfodb: Update to 1.38.6., guix-commits, 2024/02/11
- 03/13: gnu: r-animalcules: Update to 1.18.3., guix-commits, 2024/02/11
- 07/13: gnu: r-rcas: Update to 1.28.3., guix-commits, 2024/02/11
- 08/13: gnu: r-trajectoryutils: Update to 1.10.1., guix-commits, 2024/02/11
- 05/13: gnu: r-dittoseq: Update to 1.14.2., guix-commits, 2024/02/11
- 10/13: gnu: r-gofuncr: Update to 1.22.2., guix-commits, 2024/02/11
- 13/13: gnu: r-bionero: Update to 1.10.1., guix-commits, 2024/02/11
- 12/13: gnu: r-biocset: Update to 1.16.1., guix-commits, 2024/02/11
- 09/13: gnu: r-glmgampoi: Update to 1.14.2., guix-commits, 2024/02/11
- 11/13: gnu: r-bgx: Update to 1.68.3.,
guix-commits <=