mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
gnu: r-geneplotter: Update to 1.80.0.
* gnu/packages/bioconductor.scm (r-geneplotter): Update to 1.80.0. [native-inputs]: Add r-knitr. Change-Id: I77172aca93197a61a72898347532c998c58c802a
This commit is contained in:
parent
41340588c8
commit
2b9d304070
1 changed files with 4 additions and 2 deletions
|
@ -11327,14 +11327,14 @@ (define-public r-zellkonverter
|
|||
(define-public r-geneplotter
|
||||
(package
|
||||
(name "r-geneplotter")
|
||||
(version "1.78.0")
|
||||
(version "1.80.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "geneplotter" version))
|
||||
(sha256
|
||||
(base32
|
||||
"03x90l7rvxk0z03p5immqbyyhiygi3mkik636al1cjdcxl9dr5f8"))))
|
||||
"0zvb84jlsvmr2dvwyy4xjqv353qrxpls0v2vz0nmj1q4m7lrpl1k"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-annotate
|
||||
|
@ -11343,6 +11343,8 @@ (define-public r-geneplotter
|
|||
r-biocgenerics
|
||||
r-lattice
|
||||
r-rcolorbrewer))
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
(home-page "https://bioconductor.org/packages/geneplotter")
|
||||
(synopsis "Graphics functions for genomic data")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue