gnu: r-clusterprofiler: Update to 4.12.2.

* gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 4.12.2.

Change-Id: I17d837fb314c26fcb26c13240a01c91bc2da9797
This commit is contained in:
Ricardo Wurmus 2024-08-16 20:53:47 +02:00
parent 91a56bc013
commit 32a3206b4b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -16332,14 +16332,14 @@ attempts to assess their statistical significance.")
(define-public r-clusterprofiler
(package
(name "r-clusterprofiler")
(version "4.12.0")
(version "4.12.2")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "clusterProfiler" version))
(sha256
(base32
"0wmfbr4n8a1mg8g3gl9gnqrvq5p6cfay2858fqx7wxpr2q8yynhz"))))
"07vccjiizzk2z7v4448jybrsapcjxc3y6g6bhlclzdl80h566xxv"))))
(properties
`((upstream-name . "clusterProfiler")))
(build-system r-build-system)