1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-26 20:20:32 +02:00

gnu: r-clusterprofiler: Update to 4.2.2.

* gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 4.2.2.
This commit is contained in:
Ricardo Wurmus
2022-04-14 10:59:01 +02:00
parent 21037105ac
commit e129f579f5

View File

@@ -8008,14 +8008,14 @@ All the visualization methods are developed based on ggplot2 graphics.")
(define-public r-clusterprofiler
(package
(name "r-clusterprofiler")
(version "4.2.1")
(version "4.2.2")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "clusterProfiler" version))
(sha256
(base32
"08jhcbanz24x7zdkxznxz787g0nk3jfzd7zsap13sra7qnwaswq4"))))
"1y8ay3fxvcc7a7yqvfc95jfn800ikvs56j17byyp6v08w2j00y76"))))
(properties
`((upstream-name . "clusterProfiler")))
(build-system r-build-system)