gnu: r-graph: Update to 1.56.0.
* gnu/packages/bioinformatics.scm (r-graph): Update to 1.56.0.
This commit is contained in:
parent
96fb465174
commit
aeb73879f6
|
@ -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)))
|
||||
|
|
Loading…
Reference in New Issue