mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: r-qvalue: Update to 2.30.0.
* gnu/packages/bioconductor.scm (r-qvalue): Update to 2.30.0.
This commit is contained in:
parent
c05ab72966
commit
11c4bc08db
1 changed files with 2 additions and 2 deletions
|
@ -7772,14 +7772,14 @@ (define-public r-oligo
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue