gnu: r-clusterprofiler: Update to 4.8.2.

* gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 4.8.2.
This commit is contained in:
Ricardo Wurmus 2023-07-17 14:55:08 +02:00
parent 79b508e3f6
commit 2b5b595708
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -13211,14 +13211,14 @@ All the visualization methods are developed based on ggplot2 graphics.")
(define-public r-clusterprofiler (define-public r-clusterprofiler
(package (package
(name "r-clusterprofiler") (name "r-clusterprofiler")
(version "4.8.1") (version "4.8.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
"1vcqzk5a2y3g2vv5vlpvcpd45xdq6rs5djnrdkww536cwkas9zvy")))) "0iijby2j9i6sbdc3iwhqqb8xlz25k3dpiyq91p7yybggpr2p1nw4"))))
(properties (properties
`((upstream-name . "clusterProfiler"))) `((upstream-name . "clusterProfiler")))
(build-system r-build-system) (build-system r-build-system)