me
/
guix
Archived
1
0
Fork 0

gnu: r-qvalue: Update to 2.18.0.

* gnu/packages/bioconductor.scm (r-qvalue): Update to 2.18.0.
master
Ricardo Wurmus 2019-12-15 14:32:17 +01:00
parent 084c651cbf
commit bcf711b58b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1280,14 +1280,14 @@ Affymetrix (CEL files) and NimbleGen arrays (XYS files).")
(define-public r-qvalue
(package
(name "r-qvalue")
(version "2.16.0")
(version "2.18.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "qvalue" version))
(sha256
(base32
"00mahhwb4n2s6nycwkdkjs2qgyyyi7hyrby3qr269krprr6q3lh5"))))
"0njnidyncm3g3712mnp77cs4kghn596ss1pz6fhp1cr0wxcayp6j"))))
(build-system r-build-system)
(propagated-inputs
`(("r-ggplot2" ,r-ggplot2)