mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: r-graph: Update to 1.66.0.
* gnu/packages/bioconductor.scm (r-graph): Update to 1.66.0.
This commit is contained in:
parent
8cadf253c3
commit
7d37c6d914
1 changed files with 2 additions and 2 deletions
|
@ -1720,13 +1720,13 @@ (define-public r-multtest
|
|||
(define-public r-graph
|
||||
(package
|
||||
(name "r-graph")
|
||||
(version "1.64.0")
|
||||
(version "1.66.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "graph" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ivf59k7k552m7zd8g3wwazd71dq3xmgmhcq435738i02h0fqnyc"))))
|
||||
"15v0nx9gzpszmdn5lil1s1y8qfmsirlznh56wcyqq4sxwjbyjn9g"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-biocgenerics" ,r-biocgenerics)))
|
||||
|
|
Loading…
Reference in a new issue