diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-05-28 12:45:01 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-05-28 23:19:26 +0200 |
commit | 81880b4cb7e2214e946cbd6c1d72b4ba49d75aa1 (patch) | |
tree | e45b965813bf703a24865a3896e9e15fe35a96d4 /gnu | |
parent | ef522a58285bd6733278ffd467852f578f2a3aa9 (diff) |
gnu: r-motifstack: Update to 1.40.0.
* gnu/packages/bioconductor.scm (r-motifstack): Update to 1.40.0.
[propagated-inputs]: Add r-tfbstools.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioconductor.scm | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 6e0ed07adf..ebf5696d0b 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -9159,18 +9159,23 @@ Bioconductor.") (define-public r-motifstack (package (name "r-motifstack") - (version "1.38.0") + (version "1.40.0") (source (origin (method url-fetch) (uri (bioconductor-uri "motifStack" version)) (sha256 (base32 - "1ck6bbnrab8mbf70alfdsrcv6lq0fkvcy3klhcwyxxir7r9sgbaz")))) + "0d2ihx73chczbv6f91n04qb372plrdv7k4qws8shyw1fmvb1rq0z")))) (properties `((upstream-name . "motifStack"))) (build-system r-build-system) (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 (list r-knitr)) (home-page "https://bioconductor.org/packages/motifStack/") |