mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: r-qvalue: Update to 2.28.0.
* gnu/packages/bioconductor.scm (r-qvalue): Update to 2.28.0.
This commit is contained in:
parent
8a2e344cf7
commit
ec76f7ca9b
1 changed files with 2 additions and 2 deletions
|
@ -5982,14 +5982,14 @@ (define-public r-oligo
|
||||||
(define-public r-qvalue
|
(define-public r-qvalue
|
||||||
(package
|
(package
|
||||||
(name "r-qvalue")
|
(name "r-qvalue")
|
||||||
(version "2.26.0")
|
(version "2.28.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
|
||||||
"1mn2qmqn89lfsx7rg54d1lwz45bfx0b91q6ahf43a1yzrrhwn138"))))
|
"0cvhm5cldcnnxwa293dig1pj9lvj2hnz9zh4gfr25sw0xlcjzmyw"))))
|
||||||
(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