gnu: r-clusterprofiler: Update to 4.4.1.

* gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 4.4.1.
This commit is contained in:
Ricardo Wurmus 2022-05-28 12:44:59 +02:00
parent 7dee98b9aa
commit 54cd450ba8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8644,14 +8644,14 @@ (define-public r-enrichplot
(define-public r-clusterprofiler
(package
(name "r-clusterprofiler")
(version "4.2.2")
(version "4.4.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "clusterProfiler" version))
(sha256
(base32
"1y8ay3fxvcc7a7yqvfc95jfn800ikvs56j17byyp6v08w2j00y76"))))
"03bg3agisrm4q10gg57dksvd1ws37if6a1gwcxaybb4c50zadm8p"))))
(properties
`((upstream-name . "clusterProfiler")))
(build-system r-build-system)