mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: r-graphite: Update to 1.38.0.
* gnu/packages/bioconductor.scm (r-graphite): Update to 1.38.0. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
dc2878754c
commit
a95a14c0cc
1 changed files with 4 additions and 2 deletions
|
@ -11227,14 +11227,14 @@ (define-public r-biobroom
|
|||
(define-public r-graphite
|
||||
(package
|
||||
(name "r-graphite")
|
||||
(version "1.36.0")
|
||||
(version "1.38.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "graphite" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ihza8m397qfvr79fhghs2knmw862hwz2akysy39r8hndv6lc7wk"))))
|
||||
"11bgz6951nfygxp3fm0190gf2bb5zplis1bc0am4757liw4qybhf"))))
|
||||
(properties `((upstream-name . "graphite")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -11243,6 +11243,8 @@ (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