gnu: r-qvalue: Update to 2.22.0.

* gnu/packages/bioconductor.scm (r-qvalue): Update to 2.22.0.
This commit is contained in:
zimoun 2020-10-30 15:47:50 +01:00 committed by Ricardo Wurmus
parent 9af6fdf861
commit e9b60a2901
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1578,14 +1578,14 @@ (define-public r-oligo
(define-public r-qvalue
(package
(name "r-qvalue")
(version "2.20.0")
(version "2.22.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "qvalue" version))
(sha256
(base32
"1hndmdr9niagbr4ry0vbhffvjzjg9im27kdbn0sa774k6r5b4z3f"))))
"0xbww16lz0k2p4mmq1aqd7iz7d8rvzgw1gm55jy6xbx19ymj64i5"))))
(build-system r-build-system)
(propagated-inputs
`(("r-ggplot2" ,r-ggplot2)