mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: r-qvalue: Update to 2.32.0.
* gnu/packages/bioconductor.scm (r-qvalue): Update to 2.32.0.
This commit is contained in:
parent
4d031b58f1
commit
df0d0504fb
1 changed files with 2 additions and 2 deletions
|
@ -9871,14 +9871,14 @@ (define-public r-quantsmooth
|
||||||
(define-public r-qvalue
|
(define-public r-qvalue
|
||||||
(package
|
(package
|
||||||
(name "r-qvalue")
|
(name "r-qvalue")
|
||||||
(version "2.30.0")
|
(version "2.32.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "qvalue" version))
|
(uri (bioconductor-uri "qvalue" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dsia1c9ir989aqrgl5j5v4bysm3pyw9225yrcajiwgl8fxymph4"))))
|
"1552390pf3wrrir6c9xshgll69a33fhbdnh2cvpnznma1ag490ki"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-ggplot2 r-reshape2))
|
(list r-ggplot2 r-reshape2))
|
||||||
|
|
Loading…
Reference in a new issue