mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-motifstack: Update to 1.40.0.
* gnu/packages/bioconductor.scm (r-motifstack): Update to 1.40.0. [propagated-inputs]: Add r-tfbstools.
This commit is contained in:
parent
ef522a5828
commit
81880b4cb7
1 changed files with 8 additions and 3 deletions
|
@ -9159,18 +9159,23 @@ Bioconductor.")
|
||||||
(define-public r-motifstack
|
(define-public r-motifstack
|
||||||
(package
|
(package
|
||||||
(name "r-motifstack")
|
(name "r-motifstack")
|
||||||
(version "1.38.0")
|
(version "1.40.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "motifStack" version))
|
(uri (bioconductor-uri "motifStack" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ck6bbnrab8mbf70alfdsrcv6lq0fkvcy3klhcwyxxir7r9sgbaz"))))
|
"0d2ihx73chczbv6f91n04qb372plrdv7k4qws8shyw1fmvb1rq0z"))))
|
||||||
(properties `((upstream-name . "motifStack")))
|
(properties `((upstream-name . "motifStack")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-ade4 r-biostrings r-ggplot2 r-htmlwidgets r-xml))
|
(list r-ade4
|
||||||
|
r-biostrings
|
||||||
|
r-ggplot2
|
||||||
|
r-htmlwidgets
|
||||||
|
r-tfbstools
|
||||||
|
r-xml))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr))
|
(list r-knitr))
|
||||||
(home-page "https://bioconductor.org/packages/motifStack/")
|
(home-page "https://bioconductor.org/packages/motifStack/")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue