me
/
guix
Archived
1
0
Fork 0

gnu: r-qvalue: Update to 2.30.0.

* gnu/packages/bioconductor.scm (r-qvalue): Update to 2.30.0.
master
zimoun 2022-11-17 03:50:15 +01:00 committed by Ricardo Wurmus
parent c05ab72966
commit 11c4bc08db
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7772,14 +7772,14 @@ Affymetrix (CEL files) and NimbleGen arrays (XYS files).")
(define-public r-qvalue
(package
(name "r-qvalue")
(version "2.28.0")
(version "2.30.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "qvalue" version))
(sha256
(base32
"0cvhm5cldcnnxwa293dig1pj9lvj2hnz9zh4gfr25sw0xlcjzmyw"))))
"1dsia1c9ir989aqrgl5j5v4bysm3pyw9225yrcajiwgl8fxymph4"))))
(build-system r-build-system)
(propagated-inputs
(list r-ggplot2 r-reshape2))