me
/
guix
Archived
1
0
Fork 0

gnu: r-qvalue: Update to 2.28.0.

* gnu/packages/bioconductor.scm (r-qvalue): Update to 2.28.0.
master
Ricardo Wurmus 2022-05-28 12:44:48 +02:00
parent 8a2e344cf7
commit ec76f7ca9b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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