mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 03:59:40 +01: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 @@ visualize bioinformatics analyses.")
|
||||||
(define-public r-graphite
|
(define-public r-graphite
|
||||||
(package
|
(package
|
||||||
(name "r-graphite")
|
(name "r-graphite")
|
||||||
(version "1.38.0")
|
(version "1.40.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "graphite" version))
|
(uri (bioconductor-uri "graphite" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11bgz6951nfygxp3fm0190gf2bb5zplis1bc0am4757liw4qybhf"))))
|
"0wmdv4j6dinszxwpz2jddshkh1ahbhm2fxh6vhjsk4grw38i1lfr"))))
|
||||||
(properties `((upstream-name . "graphite")))
|
(properties `((upstream-name . "graphite")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -11608,8 +11608,6 @@ visualize bioinformatics analyses.")
|
||||||
("r-graph" ,r-graph)
|
("r-graph" ,r-graph)
|
||||||
("r-httr" ,r-httr)
|
("r-httr" ,r-httr)
|
||||||
("r-rappdirs" ,r-rappdirs)))
|
("r-rappdirs" ,r-rappdirs)))
|
||||||
(native-inputs
|
|
||||||
`(("r-knitr" ,r-knitr)))
|
|
||||||
(home-page "https://bioconductor.org/packages/graphite/")
|
(home-page "https://bioconductor.org/packages/graphite/")
|
||||||
(synopsis "Networks from pathway databases")
|
(synopsis "Networks from pathway databases")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Reference in a new issue