mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: r-graphite: Update to 1.40.0.
* gnu/packages/bioconductor.scm (r-graphite): Update to 1.40.0. [native-inputs]: Remove r-knitr.
This commit is contained in:
parent
7034456e2c
commit
7ea681d5d5
1 changed files with 2 additions and 4 deletions
|
@ -11592,14 +11592,14 @@ (define-public r-biobroom
|
|||
(define-public r-graphite
|
||||
(package
|
||||
(name "r-graphite")
|
||||
(version "1.38.0")
|
||||
(version "1.40.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "graphite" version))
|
||||
(sha256
|
||||
(base32
|
||||
"11bgz6951nfygxp3fm0190gf2bb5zplis1bc0am4757liw4qybhf"))))
|
||||
"0wmdv4j6dinszxwpz2jddshkh1ahbhm2fxh6vhjsk4grw38i1lfr"))))
|
||||
(properties `((upstream-name . "graphite")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -11608,8 +11608,6 @@ (define-public r-graphite
|
|||
("r-graph" ,r-graph)
|
||||
("r-httr" ,r-httr)
|
||||
("r-rappdirs" ,r-rappdirs)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://bioconductor.org/packages/graphite/")
|
||||
(synopsis "Networks from pathway databases")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue