summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-11-06 21:40:26 +0100
committerRicardo Wurmus <rekado@elephly.net>2017-11-07 08:15:36 +0100
commitaeb73879f64561ad6e666dc45d48c4332dcf544a (patch)
tree9a0e5477d61f8b2d6d459335494def17ccd404dc
parent96fb465174c1ea7ab4f1b09c86f84f59cb6ededa (diff)
downloadpatches-aeb73879f64561ad6e666dc45d48c4332dcf544a.tar
patches-aeb73879f64561ad6e666dc45d48c4332dcf544a.tar.gz
gnu: r-graph: Update to 1.56.0.
* gnu/packages/bioinformatics.scm (r-graph): Update to 1.56.0.
-rw-r--r--gnu/packages/bioinformatics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index b57dbcd127..13adf37a73 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7263,13 +7263,13 @@ information about the latest version of the Gene Ontologies.")
(define-public r-graph
(package
(name "r-graph")
- (version "1.54.0")
+ (version "1.56.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "graph" version))
(sha256
(base32
- "0hx9wslnrci7c5i1gd1zlpjmgrkdnx9gabfgmzzwfnykk1mdvvna"))))
+ "15aajjp8h2z14p80c8hyd4rrmr9vqsm7bvwb989jxjl4k6g52an1"))))
(build-system r-build-system)
(propagated-inputs
`(("r-biocgenerics" ,r-biocgenerics)))