diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-05-07 13:07:03 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-05-08 12:53:34 +0200 |
commit | 2cdd8e24bf04837494a8162fb70a9bde6fd3da04 (patch) | |
tree | 1cc113f96d04dd2c1eee71ff4328507e9c59326b | |
parent | 4c63bceb85c2244829a6bfbd01170e14b76ceb0e (diff) |
gnu: r-flames: Update to 1.10.0.
* gnu/packages/bioconductor.scm (r-flames): Update to 1.10.0.
[propagated-inputs]: Add r-iranges, r-testthat, r-tibble, r-tidyselect, and r-txdbmaker.
Change-Id: I8cdc5c4370249f98079ffa83f16320f6f07f4650
-rw-r--r-- | gnu/packages/bioconductor.scm | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 0aef8ad139..0a24ed5fd9 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -18498,13 +18498,13 @@ and to both short and long sequence reads.") (define-public r-flames (package (name "r-flames") - (version "1.8.0") + (version "1.10.0") (source (origin (method url-fetch) (uri (bioconductor-uri "FLAMES" version)) (sha256 - (base32 "0937zag0h4bvpapld267s5gz36h8zgjrgvbng9m7czdd8w6064ns")))) + (base32 "1fcz0v1vy0q5zmdpawlk4a7fbqd01954p0jby9nbzgbk85hl16mi")))) (properties `((upstream-name . "FLAMES"))) (build-system r-build-system) (arguments @@ -18536,6 +18536,7 @@ and to both short and long sequence reads.") r-ggplot2 r-gridextra r-igraph + r-iranges r-jsonlite r-magrittr r-matrix @@ -18553,7 +18554,11 @@ and to both short and long sequence reads.") r-singlecellexperiment r-stringr r-summarizedexperiment + r-testthat + r-tibble r-tidyr + r-tidyselect + r-txdbmaker r-withr r-zlibbioc)) (native-inputs (list r-knitr)) |