[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/18: gnu: r-genomicscores: Update to 2.8.2.
From: |
guix-commits |
Subject: |
11/18: gnu: r-genomicscores: Update to 2.8.2. |
Date: |
Fri, 1 Jul 2022 18:17:26 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit 8898f097a29167070d16cc7210e8391120c41a57
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jul 2 00:16:50 2022 +0200
gnu: r-genomicscores: Update to 2.8.2.
* gnu/packages/bioconductor.scm (r-genomicscores): Update to 2.8.2.
[propagated-inputs]: Add r-httr.
---
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 dc2e2555c1..12bca6adf1 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -9489,14 +9489,14 @@ type and symbol colors.")
(define-public r-genomicscores
(package
(name "r-genomicscores")
- (version "2.8.0")
+ (version "2.8.2")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "GenomicScores" version))
(sha256
(base32
- "0zq9k4189dlc14f9rknsc1ffhpjzb2f4fzdaszfdbnd4rr43b79i"))))
+ "12rcxw69an1d5q7ar58xy8s871l47imw2nm08j054ivxslx8597j"))))
(properties `((upstream-name . "GenomicScores")))
(build-system r-build-system)
(propagated-inputs
@@ -9510,6 +9510,7 @@ type and symbol colors.")
r-genomeinfodb
r-genomicranges
r-hdf5array
+ r-httr
r-iranges
r-rhdf5
r-s4vectors
- branch wip-r updated (e37233d869 -> d42584b312), guix-commits, 2022/07/01
- 01/18: Revert "upstream: 'package-update' reports "unknown upstream releases" errors.", guix-commits, 2022/07/01
- 07/18: gnu: r-zellkonverter: Update to 1.6.3., guix-commits, 2022/07/01
- 04/18: gnu: r-organismdbi: Update to 1.38.1., guix-commits, 2022/07/01
- 08/18: gnu: r-matrixgenerics: Update to 1.8.1., guix-commits, 2022/07/01
- 10/18: gnu: r-clusterprofiler: Update to 4.4.4., guix-commits, 2022/07/01
- 15/18: gnu: r-ggbio: Update to 1.44.1., guix-commits, 2022/07/01
- 11/18: gnu: r-genomicscores: Update to 2.8.2.,
guix-commits <=
- 14/18: gnu: r-rsubread: Update to 2.10.4., guix-commits, 2022/07/01
- 02/18: gnu: r-ensembldb: Update to 2.20.2., guix-commits, 2022/07/01
- 05/18: gnu: r-rtracklayer: Update to 1.56.1., guix-commits, 2022/07/01
- 06/18: gnu: r-simplifyenrichment: Update to 1.6.1., guix-commits, 2022/07/01
- 03/18: gnu: r-limma: Update to 3.52.2., guix-commits, 2022/07/01
- 09/18: gnu: r-batchelor: Update to 1.12.3., guix-commits, 2022/07/01
- 12/18: gnu: r-ropls: Update to 1.28.2., guix-commits, 2022/07/01
- 13/18: gnu: r-biosigner: Update to 1.24.2., guix-commits, 2022/07/01
- 17/18: gnu: r-bionetstat: Update to 1.16.1., guix-commits, 2022/07/01
- 18/18: gnu: r-tcgabiolinks: Update to 2.24.3., guix-commits, 2022/07/01