me
/
guix
Archived
1
0
Fork 0

gnu: r-graph: Update to 1.50.0.

* gnu/packages/bioinformatics.scm (r-graph): Update to 1.50.0.
master
Ricardo Wurmus 2016-05-10 12:01:09 +02:00 committed by Ricardo Wurmus
parent c12b0a5a30
commit 0c56023557
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4582,13 +4582,13 @@ information about the latest version of the Gene Ontologies.")
(define-public r-graph
(package
(name "r-graph")
(version "1.48.0")
(version "1.50.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "graph" version))
(sha256
(base32
"16w75rji3kv24gfv44w66y1a2y75ax26rl470y3ypna0ndc3rrcd"))))
"0ys5s19m5r30rlr0fnx2h0z2qw7n2xrad4l2yfb1bbrk8dwyf4pi"))))
(build-system r-build-system)
(propagated-inputs
`(("r-biocgenerics" ,r-biocgenerics)))