mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: r-mutationalpatterns: Update to 3.4.0.
* gnu/packages/bioconductor.scm (r-mutationalpatterns): Update to 3.4.0. [propagated-inputs]: Add r-rcolorbrewer.
This commit is contained in:
parent
d4a0101ad9
commit
b96f76aff0
1 changed files with 3 additions and 2 deletions
|
@ -3472,14 +3472,14 @@ (define-public r-motifrg
|
||||||
(define-public r-mutationalpatterns
|
(define-public r-mutationalpatterns
|
||||||
(package
|
(package
|
||||||
(name "r-mutationalpatterns")
|
(name "r-mutationalpatterns")
|
||||||
(version "3.2.0")
|
(version "3.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "MutationalPatterns" version))
|
(uri (bioconductor-uri "MutationalPatterns" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0433i4xbz8hrfaj8fxgzps3x8dqrl5vgwzg7qmp4cy5sb1lw5wvs"))))
|
"1n9rakj57yf17hay1bzvwc2h761yijmlflb3crg1bzwvmn32yhsl"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("r-knitr" ,r-knitr)))
|
`(("r-knitr" ,r-knitr)))
|
||||||
|
@ -3502,6 +3502,7 @@ (define-public r-mutationalpatterns
|
||||||
("r-nmf" ,r-nmf)
|
("r-nmf" ,r-nmf)
|
||||||
("r-pracma" ,r-pracma)
|
("r-pracma" ,r-pracma)
|
||||||
("r-purrr" ,r-purrr)
|
("r-purrr" ,r-purrr)
|
||||||
|
("r-rcolorbrewer" ,r-rcolorbrewer)
|
||||||
("r-s4vectors" ,r-s4vectors)
|
("r-s4vectors" ,r-s4vectors)
|
||||||
("r-stringr" ,r-stringr)
|
("r-stringr" ,r-stringr)
|
||||||
("r-tibble" ,r-tibble)
|
("r-tibble" ,r-tibble)
|
||||||
|
|
Loading…
Reference in a new issue