me
/
guix
Archived
1
0
Fork 0

gnu: r-graph: Update to 1.58.0.

* gnu/packages/bioinformatics.scm (r-graph): Update to 1.58.0.
master
Ricardo Wurmus 2018-06-02 11:54:40 +02:00
parent b4ad4ec6b4
commit 2f66fecd89
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7772,13 +7772,13 @@ information about the latest version of the Gene Ontologies.")
(define-public r-graph
(package
(name "r-graph")
(version "1.56.0")
(version "1.58.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "graph" version))
(sha256
(base32
"15aajjp8h2z14p80c8hyd4rrmr9vqsm7bvwb989jxjl4k6g52an1"))))
"1zx445lk36g1s6i5dbhhf00nzzazyklfjxxjfax6q8hnhvgm9759"))))
(build-system r-build-system)
(propagated-inputs
`(("r-biocgenerics" ,r-biocgenerics)))