mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-graphite: Update to 1.46.0.
* gnu/packages/bioconductor.scm (r-graphite): Update to 1.46.0. [native-inputs]: Add r-r-rsp.
This commit is contained in:
parent
b6350013f8
commit
2474b005cd
1 changed files with 3 additions and 2 deletions
|
@ -17195,18 +17195,19 @@ (define-public r-biobroom
|
|||
(define-public r-graphite
|
||||
(package
|
||||
(name "r-graphite")
|
||||
(version "1.44.0")
|
||||
(version "1.46.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "graphite" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0gkjab12ncag1vslc5bwlr0m5ac3ifq9ka5nfq7ckrpns98s7k0w"))))
|
||||
"1fhjkgl6567qchi5sfdqnznalm1l7c7pabz8jc9d7ib9x4g922q5"))))
|
||||
(properties `((upstream-name . "graphite")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-annotationdbi r-graph r-httr r-purrr r-rappdirs r-rlang))
|
||||
(native-inputs (list r-r-rsp))
|
||||
(home-page "https://bioconductor.org/packages/graphite/")
|
||||
(synopsis "Networks from pathway databases")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue