diff options
author | Roel Janssen <roel@gnu.org> | 2017-04-28 10:44:14 +0200 |
---|---|---|
committer | Roel Janssen <roel@gnu.org> | 2017-04-28 11:05:02 +0200 |
commit | 56373771b30d93c53e117e76c81f594a39c0a370 (patch) | |
tree | b91e39f593551556dfaea2939056dfd294de20d0 /gnu | |
parent | 5d0301a33984097795c59b953050e3de6e9cb534 (diff) | |
download | guix-56373771b30d93c53e117e76c81f594a39c0a370.tar.gz guix-56373771b30d93c53e117e76c81f594a39c0a370.zip |
gnu: r-graph: Update to 1.54.0.
* gnu/packages/bioinformatics.scm (r-graph): Update to 1.54.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 1884d0fe4f..a13368e14d 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -6910,13 +6910,13 @@ information about the latest version of the Gene Ontologies.") (define-public r-graph (package (name "r-graph") - (version "1.52.0") + (version "1.54.0") (source (origin (method url-fetch) (uri (bioconductor-uri "graph" version)) (sha256 (base32 - "0g3dk5vsdp489fmyg8mifczmzgqrjlakkkr8i96dj15gghp3l135")))) + "0hx9wslnrci7c5i1gd1zlpjmgrkdnx9gabfgmzzwfnykk1mdvvna")))) (build-system r-build-system) (propagated-inputs `(("r-biocgenerics" ,r-biocgenerics))) |