mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-motifstack: Update to 1.34.0.
* gnu/packages/bioconductor.scm (r-motifstack): Update to 1.34.0.
This commit is contained in:
parent
301e549c22
commit
4b4cd2b8a2
1 changed files with 2 additions and 5 deletions
|
@ -4401,24 +4401,21 @@ (define-public r-motifbreakr
|
|||
(define-public r-motifstack
|
||||
(package
|
||||
(name "r-motifstack")
|
||||
(version "1.32.1")
|
||||
(version "1.34.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "motifStack" version))
|
||||
(sha256
|
||||
(base32
|
||||
"02vmkgn36n5xpmizy33znlzgmi3w5hnhsibgisbnhwwgxpkrwpcd"))))
|
||||
"1psqpdbgbad31bd8hg5bl62qi5s9rl75nzm85igfpxar3zwwxjlb"))))
|
||||
(properties `((upstream-name . "motifStack")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-ade4" ,r-ade4)
|
||||
("r-biostrings" ,r-biostrings)
|
||||
("r-ggplot2" ,r-ggplot2)
|
||||
("r-grimport2" ,r-grimport2)
|
||||
("r-htmlwidgets" ,r-htmlwidgets)
|
||||
("r-motiv" ,r-motiv)
|
||||
("r-scales" ,r-scales)
|
||||
("r-xml" ,r-xml)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
|
|
Loading…
Reference in a new issue