diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-15 10:49:31 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:28:59 +0100 |
| commit | dcf80d8d0e85eed3c63e2e01049885956b5fdb55 (patch) | |
| tree | ad66d62ed6118e079f6f11200cd3c740ce8a9a53 /gnu | |
| parent | 78373459d391788167c83687d99d913b4deba8d3 (diff) | |
gnu: r-enhancedvolcano: Update to 1.28.2.
* gnu/packages/bioconductor.scm (r-enhancedvolcano): Update to 1.28.2.
[propagated-inputs]: Add r-scales.
Change-Id: I5b32e6f2dfb78380dd053bc8fbae763c9a467133
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/bioconductor.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 2dbc28d239..cbdc0e25bd 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -9511,16 +9511,16 @@ CAGE.") (define-public r-enhancedvolcano (package (name "r-enhancedvolcano") - (version "1.26.0") + (version "1.28.2") (source (origin (method url-fetch) (uri (bioconductor-uri "EnhancedVolcano" version)) (sha256 (base32 - "19dxqk5dk9443a3949y3b2dhcphhn2lvi6fvlakqxll2lvhjqivi")))) + "0gsanshy8ryg67xpfhysv0f6dax2niblz4qrakkcq5ki2l1d6dpw")))) (properties `((upstream-name . "EnhancedVolcano"))) (build-system r-build-system) - (propagated-inputs (list r-ggplot2 r-ggrepel)) + (propagated-inputs (list r-ggplot2 r-ggrepel r-scales)) (native-inputs (list r-biocgenerics r-knitr r-runit)) (home-page "https://github.com/kevinblighe/EnhancedVolcano") (synopsis |
