mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-biovizbase: Update to 1.28.2.
* gnu/packages/bioinformatics.scm (r-biovizbase): Update to 1.28.2. [propagated-inputs]: Add r-rlang.
This commit is contained in:
parent
ff7c7d62f4
commit
70daf9362b
1 changed files with 3 additions and 2 deletions
|
@ -10169,14 +10169,14 @@ (define-public r-organismdbi
|
||||||
(define-public r-biovizbase
|
(define-public r-biovizbase
|
||||||
(package
|
(package
|
||||||
(name "r-biovizbase")
|
(name "r-biovizbase")
|
||||||
(version "1.28.0")
|
(version "1.28.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "biovizBase" version))
|
(uri (bioconductor-uri "biovizBase" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0lkiqdr3ics6hgv47lwkykcy761823bbkhffbn4ykyfzyqwl4p67"))))
|
"0wc45j3hfn01i44bkkxjj3n8b8xzbkkcdv35mrkzb1f9yprkf8gq"))))
|
||||||
(properties `((upstream-name . "biovizBase")))
|
(properties `((upstream-name . "biovizBase")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -10193,6 +10193,7 @@ (define-public r-biovizbase
|
||||||
("r-hmisc" ,r-hmisc)
|
("r-hmisc" ,r-hmisc)
|
||||||
("r-iranges" ,r-iranges)
|
("r-iranges" ,r-iranges)
|
||||||
("r-rcolorbrewer" ,r-rcolorbrewer)
|
("r-rcolorbrewer" ,r-rcolorbrewer)
|
||||||
|
("r-rlang" ,r-rlang)
|
||||||
("r-rsamtools" ,r-rsamtools)
|
("r-rsamtools" ,r-rsamtools)
|
||||||
("r-s4vectors" ,r-s4vectors)
|
("r-s4vectors" ,r-s4vectors)
|
||||||
("r-scales" ,r-scales)
|
("r-scales" ,r-scales)
|
||||||
|
|
Loading…
Reference in a new issue