me
/
guix
Archived
1
0
Fork 0

gnu: r-qvalue: Update to 2.32.0.

* gnu/packages/bioconductor.scm (r-qvalue): Update to 2.32.0.
master
Ricardo Wurmus 2023-04-28 18:00:03 +02:00
parent 4d031b58f1
commit df0d0504fb
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9871,14 +9871,14 @@ on the location of the probe, and other useful tools.")
(define-public r-qvalue
(package
(name "r-qvalue")
(version "2.30.0")
(version "2.32.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "qvalue" version))
(sha256
(base32
"1dsia1c9ir989aqrgl5j5v4bysm3pyw9225yrcajiwgl8fxymph4"))))
"1552390pf3wrrir6c9xshgll69a33fhbdnh2cvpnznma1ag490ki"))))
(build-system r-build-system)
(propagated-inputs
(list r-ggplot2 r-reshape2))