1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-09 10:45:54 +02:00

gnu: r-qvalue: Update to 2.36.0.

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

Change-Id: I571e437c7f3d16d616ef45a9b89dd8a21b3f4951
This commit is contained in:
Ricardo Wurmus
2024-05-07 13:06:40 +02:00
parent 63f3f86f03
commit 8db1cd28aa
+2 -2
View File
@@ -12853,14 +12853,14 @@ on the location of the probe, and other useful tools.")
(define-public r-qvalue
(package
(name "r-qvalue")
(version "2.34.0")
(version "2.36.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "qvalue" version))
(sha256
(base32
"10v5khnrs1fa84d430zy52f9466rwb1byaw1l3c9nivbhmaxhvyi"))))
"1hgkrvbs1rf8db105ik9ar54zdx49v25hn71jgw7j5r43zngfg2a"))))
(build-system r-build-system)
(propagated-inputs
(list r-ggplot2 r-reshape2))