gnu: r-vsn: Update to 3.44.0.

* gnu/packages/bioinformatics.scm (r-vsn):
[source]: Update to 3.44.0,
[propagated-inputs]: Add r-hexbin.
This commit is contained in:
Roel Janssen 2017-04-28 10:51:53 +02:00
parent bd3cc4cc52
commit 60c08b2ff4
No known key found for this signature in database
GPG Key ID: C3EC1DCA843072E1
1 changed files with 3 additions and 2 deletions

View File

@ -8540,19 +8540,20 @@ analysis.")
(define-public r-vsn (define-public r-vsn
(package (package
(name "r-vsn") (name "r-vsn")
(version "3.42.3") (version "3.44.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "vsn" version)) (uri (bioconductor-uri "vsn" version))
(sha256 (sha256
(base32 (base32
"0mgl0azys2g90simf8wx6jdwd7gyg3m4pf12n6w6507jixm2cg97")))) "0qhg3a4sc62pfdxcpvmk831rk138xh4zx4f1s39jhxpqqhmr7jvk"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-affy" ,r-affy) `(("r-affy" ,r-affy)
("r-biobase" ,r-biobase) ("r-biobase" ,r-biobase)
("r-ggplot2" ,r-ggplot2) ("r-ggplot2" ,r-ggplot2)
("r-hexbin" ,r-hexbin)
("r-lattice" ,r-lattice) ("r-lattice" ,r-lattice)
("r-limma" ,r-limma))) ("r-limma" ,r-limma)))
(home-page "http://bioconductor.org/packages/release/bioc/html/vsn.html") (home-page "http://bioconductor.org/packages/release/bioc/html/vsn.html")