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 @@ (define-public r-classdiscovery
(define-public r-clusterprofiler (define-public r-clusterprofiler
(package (package
(name "r-clusterprofiler") (name "r-clusterprofiler")
(version "4.12.0") (version "4.12.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "clusterProfiler" version)) (uri (bioconductor-uri "clusterProfiler" version))
(sha256 (sha256
(base32 (base32
"0wmfbr4n8a1mg8g3gl9gnqrvq5p6cfay2858fqx7wxpr2q8yynhz")))) "07vccjiizzk2z7v4448jybrsapcjxc3y6g6bhlclzdl80h566xxv"))))
(properties (properties
`((upstream-name . "clusterProfiler"))) `((upstream-name . "clusterProfiler")))
(build-system r-build-system) (build-system r-build-system)