mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06:00
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
This commit is contained in:
parent
096d008e64
commit
cdd4fb38eb
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue