me
/
guix
Archived
1
0
Fork 0

gnu: r-biovizbase: Update to 1.28.2.

* gnu/packages/bioinformatics.scm (r-biovizbase): Update to 1.28.2.
[propagated-inputs]: Add r-rlang.
master
Ricardo Wurmus 2018-09-05 14:30:16 +02:00
parent ff7c7d62f4
commit 70daf9362b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 2 deletions

View File

@ -10169,14 +10169,14 @@ the fact that each of these packages implements a select methods.")
(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 @@ the fact that each of these packages implements a select methods.")
("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)