gnu: r-qvalue: Update to 2.26.0.
* gnu/packages/bioconductor.scm (r-qvalue): Update to 2.26.0.
This commit is contained in:
parent
980a36cbee
commit
c6c1f9fc72
1 changed files with 2 additions and 2 deletions
|
@ -4799,14 +4799,14 @@ Affymetrix (CEL files) and NimbleGen arrays (XYS files).")
|
||||||
(define-public r-qvalue
|
(define-public r-qvalue
|
||||||
(package
|
(package
|
||||||
(name "r-qvalue")
|
(name "r-qvalue")
|
||||||
(version "2.24.0")
|
(version "2.26.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
|
||||||
"0xssanffh1hr7f48mnazcpwi25rdp7mxlyb9nbf4q2mp7m40jnpm"))))
|
"1mn2qmqn89lfsx7rg54d1lwz45bfx0b91q6ahf43a1yzrrhwn138"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-ggplot2" ,r-ggplot2)
|
`(("r-ggplot2" ,r-ggplot2)
|
||||||
|
|
Reference in a new issue