mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: r-qvalue: Update to 2.36.0.
* gnu/packages/bioconductor.scm (r-qvalue): Update to 2.36.0. Change-Id: I571e437c7f3d16d616ef45a9b89dd8a21b3f4951
This commit is contained in:
parent
63f3f86f03
commit
8db1cd28aa
1 changed files with 2 additions and 2 deletions
|
@ -12853,14 +12853,14 @@ (define-public r-quantsmooth
|
|||
(define-public r-qvalue
|
||||
(package
|
||||
(name "r-qvalue")
|
||||
(version "2.34.0")
|
||||
(version "2.36.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "qvalue" version))
|
||||
(sha256
|
||||
(base32
|
||||
"10v5khnrs1fa84d430zy52f9466rwb1byaw1l3c9nivbhmaxhvyi"))))
|
||||
"1hgkrvbs1rf8db105ik9ar54zdx49v25hn71jgw7j5r43zngfg2a"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-ggplot2 r-reshape2))
|
||||
|
|
Loading…
Reference in a new issue