gnu: r-clusterprofiler: Update to 4.0.2.

* gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 4.0.2.
This commit is contained in:
Ricardo Wurmus 2021-07-10 13:26:09 +02:00
parent a5e6826020
commit 344c901a4c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7314,14 +7314,14 @@ (define-public r-enrichplot
(define-public r-clusterprofiler
(package
(name "r-clusterprofiler")
(version "4.0.0")
(version "4.0.2")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "clusterProfiler" version))
(sha256
(base32
"1lmrb6ddpx1p3kdrwszhxq6nndmbiqipzrclk64mnp63y7g50q56"))))
"11pjzh7inh1x0gry42nlq4har65s8pc0w3bkccm6kmxycvaxb9rh"))))
(properties
`((upstream-name . "clusterProfiler")))
(build-system r-build-system)