mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-tricycle: Update to 1.4.0.
* gnu/packages/bioconductor.scm (r-tricycle): Update to 1.4.0. [propagated-inputs]: Add r-ggnewscale.
This commit is contained in:
parent
5ec7143f69
commit
e290d834d9
1 changed files with 16 additions and 14 deletions
|
@ -16125,19 +16125,21 @@ (define-public r-tcgabiolinks
|
|||
(define-public r-tricycle
|
||||
(package
|
||||
(name "r-tricycle")
|
||||
(version "1.2.1")
|
||||
(version "1.4.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "tricycle" version))
|
||||
(sha256
|
||||
(base32
|
||||
"19yh7yif8630j845m9rddva2z0xy4jcw9j4hvyr076jqbyxz998r"))))
|
||||
"0bjkajcz6xcfak6071d0ihakrvgf7s0pmkn6vqkjd6yxbfld7zln"))))
|
||||
(properties `((upstream-name . "tricycle")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-annotationdbi
|
||||
(propagated-inputs
|
||||
(list r-annotationdbi
|
||||
r-circular
|
||||
r-dplyr
|
||||
r-genomicranges
|
||||
r-ggnewscale
|
||||
r-ggplot2
|
||||
r-iranges
|
||||
r-rcolorbrewer
|
||||
|
|
Loading…
Reference in a new issue