gnu: r-graph: Update to 1.80.0.
* gnu/packages/bioconductor.scm (r-graph): Update to 1.80.0. Change-Id: I1a81002cebc1a57cfcba4f99ce26ead8fa2bccf5
This commit is contained in:
parent
413ebda52e
commit
e466895bcb
1 changed files with 2 additions and 2 deletions
|
|
@ -11846,13 +11846,13 @@ expressed genes in DNA microarray experiments.")
|
||||||
(define-public r-graph
|
(define-public r-graph
|
||||||
(package
|
(package
|
||||||
(name "r-graph")
|
(name "r-graph")
|
||||||
(version "1.78.0")
|
(version "1.80.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
|
||||||
"184izzxc8bpagcac8wqinjp8kmf9zpvjibl0g32nnr64kp9f4rsn"))))
|
"0p7g7ykpkngbs3h1dsackfy93l8lvc301lr64ffsiaw60gllcx01"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-biocgenerics))
|
(list r-biocgenerics))
|
||||||
|
|
|
||||||
Reference in a new issue