1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 11:30:44 +02:00

gnu: r-qvalue: Update to 2.40.0.

* gnu/packages/bioconductor.scm (r-qvalue): Update to 2.40.0.

Change-Id: I230350bb75662de110543f7eb3c5b5fd09dccb90
This commit is contained in:
Ricardo Wurmus 2025-04-29 18:56:04 +02:00
parent 79e70eb1b1
commit 05f0875ec4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -15251,14 +15251,14 @@ on the location of the probe, and other useful tools.")
(define-public r-qvalue
(package
(name "r-qvalue")
(version "2.38.0")
(version "2.40.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "qvalue" version))
(sha256
(base32
"0q9iafir09xnk2qgdaqhryd3y5kzcxcw9l0la1pnpanxdz2hl3i1"))))
"1ylmqdlsixwz3d31l6pwbifczadh98s5j7ff5gpps8k8wv8bbnlm"))))
(build-system r-build-system)
(propagated-inputs
(list r-ggplot2 r-reshape2))