[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/38: gnu: r-genelendatabase: Update to 1.40.1.
From: |
guix-commits |
Subject: |
01/38: gnu: r-genelendatabase: Update to 1.40.1. |
Date: |
Tue, 2 Jul 2024 20:40:58 -0400 (EDT) |
rekado pushed a commit to branch r-team
in repository guix.
commit e5096965b09996c0dad03412a5ed2476ac18981b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jul 3 02:39:57 2024 +0200
gnu: r-genelendatabase: Update to 1.40.1.
* gnu/packages/bioconductor.scm (r-genelendatabase): Update to 1.40.1.
[propagated-inputs]: Add r-txdbmaker.
Change-Id: I3f9a13020f4277ea1e898af371dd0e3d8dd32f70
---
gnu/packages/bioconductor.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 1c1b547f2d..97792fd430 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1932,18 +1932,18 @@
https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE110554.")
(define-public r-genelendatabase
(package
(name "r-genelendatabase")
- (version "1.39.0")
+ (version "1.40.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "geneLenDataBase" version 'experiment))
(sha256
- (base32 "0rdd5nq34xd85r4i4b84ibih31mq99ljvgkm7zdv4gfggrdvi6gb"))))
+ (base32 "0c8f0sqgrg7rc2vs9id9xzbwwv3zhy6ylqiisji20rw9ipzgv7k8"))))
(properties
`((upstream-name . "geneLenDataBase")))
(build-system r-build-system)
(propagated-inputs
- (list r-genomicfeatures r-rtracklayer))
+ (list r-genomicfeatures r-rtracklayer r-txdbmaker))
(home-page "https://bioconductor.org/packages/geneLenDataBase/")
(synopsis "Lengths of mRNA transcripts for a number of genomes")
(description
- branch r-team updated (bfec28345b -> 5b412f9a9f), guix-commits, 2024/07/02
- 02/38: gnu: r-alabaster-base: Update to 1.4.2., guix-commits, 2024/07/02
- 12/38: gnu: r-champ: Update to 2.34.0., guix-commits, 2024/07/02
- 11/38: gnu: r-biostrings: Update to 2.72.1., guix-commits, 2024/07/02
- 17/38: gnu: r-gypsum: Update to 1.0.1., guix-commits, 2024/07/02
- 16/38: gnu: r-gsva: Update to 1.52.3., guix-commits, 2024/07/02
- 05/38: gnu: r-alabaster-se: Update to 1.4.1., guix-commits, 2024/07/02
- 38/38: gnu: r-tximeta: Update to 1.22.1., guix-commits, 2024/07/02
- 01/38: gnu: r-genelendatabase: Update to 1.40.1.,
guix-commits <=
- 03/38: gnu: r-alabaster-matrix: Update to 1.4.2., guix-commits, 2024/07/02
- 24/38: gnu: r-txdbmaker: Update to 1.0.1., guix-commits, 2024/07/02
- 27/38: gnu: r-qfeatures: Update to 1.14.1., guix-commits, 2024/07/02
- 29/38: gnu: r-goseq: Update to 1.56.0., guix-commits, 2024/07/02
- 13/38: gnu: r-enmix: Update to 1.40.2., guix-commits, 2024/07/02
- 26/38: gnu: r-oligo: Update to 1.68.2., guix-commits, 2024/07/02
- 31/38: gnu: r-dose: Update to 3.30.1., guix-commits, 2024/07/02
- 19/38: gnu: r-limma: Update to 3.60.3., guix-commits, 2024/07/02
- 30/38: gnu: r-residualmatrix: Update to 1.14.1., guix-commits, 2024/07/02
- 33/38: gnu: r-opencyto: Update to 2.16.1., guix-commits, 2024/07/02