diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2016-10-26 08:46:45 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2016-10-26 09:28:09 +0200 |
commit | 700c780dcf89b2a0eab67e1fd62119e9dcbd718b (patch) | |
tree | 698be849efc9f37c023e6cfc9883b79f20426acc | |
parent | 55cd914c3d47e057cc5bc63b42bef6f4ad87582a (diff) | |
download | guix-700c780dcf89b2a0eab67e1fd62119e9dcbd718b.tar guix-700c780dcf89b2a0eab67e1fd62119e9dcbd718b.tar.gz |
gnu: r-rbgl: Update to 1.50.0.
* gnu/packages/bioinformatics.scm (r-rbgl): Update to 1.50.0.
-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 38ce2c099f..478b6a0e60 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -5342,14 +5342,14 @@ databases. Packages produced are intended to be used with AnnotationDbi.") (define-public r-rbgl (package (name "r-rbgl") - (version "1.48.1") + (version "1.50.0") (source (origin (method url-fetch) (uri (bioconductor-uri "RBGL" version)) (sha256 (base32 - "1k82zcbyfx3p9hc8r0hwq73krbhakjan8fgbfr6w8z2crfkv3zmz")))) + "1q14m8w6ih56v680kf3d9wh1qbgp7af33kz3cxafdf1vvzx9km08")))) (properties `((upstream-name . "RBGL"))) (build-system r-build-system) (propagated-inputs `(("r-graph" ,r-graph))) |