gnu: r-graph: Update to 1.54.0.

* gnu/packages/bioinformatics.scm (r-graph): Update to 1.54.0.
This commit is contained in:
Roel Janssen 2017-04-28 10:44:14 +02:00
parent 5d0301a339
commit 56373771b3
No known key found for this signature in database
GPG Key ID: C3EC1DCA843072E1
1 changed files with 2 additions and 2 deletions

View File

@ -6910,13 +6910,13 @@ information about the latest version of the Gene Ontologies.")
(define-public r-graph (define-public r-graph
(package (package
(name "r-graph") (name "r-graph")
(version "1.52.0") (version "1.54.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "graph" version)) (uri (bioconductor-uri "graph" version))
(sha256 (sha256
(base32 (base32
"0g3dk5vsdp489fmyg8mifczmzgqrjlakkkr8i96dj15gghp3l135")))) "0hx9wslnrci7c5i1gd1zlpjmgrkdnx9gabfgmzzwfnykk1mdvvna"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-biocgenerics" ,r-biocgenerics))) `(("r-biocgenerics" ,r-biocgenerics)))