diff options
author | Roel Janssen <roel@gnu.org> | 2017-04-28 10:29:48 +0200 |
---|---|---|
committer | Roel Janssen <roel@gnu.org> | 2017-04-28 11:04:16 +0200 |
commit | 8ab6f241ea282900a235314a331e6afce1aeb9fa (patch) | |
tree | e7b780a5d9596e0c9a41414537b54fdb1caab0a2 /gnu | |
parent | 46972a4427ab2996707fb79cfb02199ec89f7767 (diff) |
gnu: r-rbgl: Update to 1.52.0.
* gnu/packages/bioinformatics.scm (r-rbgl): Update to 1.52.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 47e4cab21a..90b3382cb3 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -5535,14 +5535,14 @@ databases. Packages produced are intended to be used with AnnotationDbi.") (define-public r-rbgl (package (name "r-rbgl") - (version "1.50.0") + (version "1.52.0") (source (origin (method url-fetch) (uri (bioconductor-uri "RBGL" version)) (sha256 (base32 - "1q14m8w6ih56v680kf3d9wh1qbgp7af33kz3cxafdf1vvzx9km08")))) + "11db6kvz453ypj9ds3xpjqzwrrjck84ijn4wlhkfyz2dzdgd5ryv")))) (properties `((upstream-name . "RBGL"))) (build-system r-build-system) (propagated-inputs `(("r-graph" ,r-graph))) |