[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/215: gnu: r-rbgl: Update to 1.60.0.
From: |
guix-commits |
Subject: |
19/215: gnu: r-rbgl: Update to 1.60.0. |
Date: |
Sun, 5 May 2019 18:15:30 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit aa51a241c5062acdc2407eba8e169996743588ed
Author: Ricardo Wurmus <address@hidden>
Date: Sun May 5 23:26:47 2019 +0200
gnu: r-rbgl: Update to 1.60.0.
* gnu/packages/bioinformatics.scm (r-rbgl): Update to 1.60.0.
[propagated-inputs]: Add r-bh.
---
gnu/packages/bioinformatics.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 10cc1fa..0f035dc 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6790,17 +6790,19 @@ databases. Packages produced are intended to be used
with AnnotationDbi.")
(define-public r-rbgl
(package
(name "r-rbgl")
- (version "1.58.2")
+ (version "1.60.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "RBGL" version))
(sha256
(base32
- "0vhnh47pswnp27c0zqcbnnsayfmq3cxcgrs9g860555ldqfl4cyl"))))
+ "06brn9hl6lybx6hdfp1sycwj6wn1bjfi8xyhpy0v122v1z8d5mbz"))))
(properties `((upstream-name . "RBGL")))
(build-system r-build-system)
- (propagated-inputs `(("r-graph" ,r-graph)))
+ (propagated-inputs
+ `(("r-bh" ,r-bh)
+ ("r-graph" ,r-graph)))
(home-page "https://www.bioconductor.org/packages/RBGL")
(synopsis "Interface to the Boost graph library")
(description
- 27/215: gnu: r-bioccheck: Update to 1.20.0., (continued)
- 27/215: gnu: r-bioccheck: Update to 1.20.0., guix-commits, 2019/05/05
- 32/215: gnu: r-variantannotation: Update to 1.30.0., guix-commits, 2019/05/05
- 34/215: gnu: r-xvector: Update to 0.24.0., guix-commits, 2019/05/05
- 39/215: gnu: r-biocparallel: Update to 1.18.0., guix-commits, 2019/05/05
- 41/215: gnu: r-delayedarray: Update to 0.10.0., guix-commits, 2019/05/05
- 46/215: gnu: r-topgo: Update to 2.36.0., guix-commits, 2019/05/05
- 43/215: gnu: r-genomicalignments: Update to 1.20.0., guix-commits, 2019/05/05
- 47/215: gnu: r-bsgenome: Update to 1.52.0., guix-commits, 2019/05/05
- 09/215: gnu: Add r-clue., guix-commits, 2019/05/05
- 20/215: gnu: r-gseabase: Update to 1.46.0., guix-commits, 2019/05/05
- 19/215: gnu: r-rbgl: Update to 1.60.0.,
guix-commits <=
- 25/215: gnu: r-biocviews: Update to 1.52.0., guix-commits, 2019/05/05
- 23/215: gnu: r-shortread: Update to 1.42.0., guix-commits, 2019/05/05
- 40/215: gnu: r-biostrings: Update to 2.52.0., guix-commits, 2019/05/05
- 38/215: gnu: r-biomart: Update to 2.40.0., guix-commits, 2019/05/05
- 44/215: gnu: r-rtracklayer: Update to 1.44.0., guix-commits, 2019/05/05
- 33/215: gnu: r-limma: Update to 3.40.0., guix-commits, 2019/05/05
- 42/215: gnu: r-summarizedexperiment: Update to 1.14.0., guix-commits, 2019/05/05
- 22/215: gnu: r-gostats: Update to 2.50.0., guix-commits, 2019/05/05
- 53/215: gnu: r-rhtslib: Update to 1.16.1., guix-commits, 2019/05/05
- 54/215: gnu: r-bamsignals: Update to 1.16.0., guix-commits, 2019/05/05