gnu: r-qvalue: Update to 2.16.0.

* gnu/packages/bioconductor.scm (r-qvalue): Update to 2.16.0.
master
Ricardo Wurmus 2019-05-05 23:53:22 +02:00
parent 3e1bc88c1f
commit e02162f7ba
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -960,14 +960,14 @@ region sets and other genomic features.")
(define-public r-qvalue
(package
(name "r-qvalue")
(version "2.14.1")
(version "2.16.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "qvalue" version))
(sha256
(base32
"0kxavzm1j2mk26qicmjm90nxx4w5h3dxighzks7wzihay3k8cysc"))))
"00mahhwb4n2s6nycwkdkjs2qgyyyi7hyrby3qr269krprr6q3lh5"))))
(build-system r-build-system)
(propagated-inputs
`(("r-ggplot2" ,r-ggplot2)