gnu: r-clusterprofiler: Update to 3.18.1.

* gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 3.18.1.
This commit is contained in:
Ricardo Wurmus 2021-02-11 21:30:53 +01:00
parent ebf9ad7984
commit 6d0709231f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4049,14 +4049,14 @@ (define-public r-enrichplot
(define-public r-clusterprofiler
(package
(name "r-clusterprofiler")
(version "3.18.0")
(version "3.18.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "clusterProfiler" version))
(sha256
(base32
"07xkc515gp9j4axg0qh39ni65mcbjgxmzjh5wxd86w64lz7xh8b9"))))
"04v1xsxfxxy8rdjfswv4crpzkx9592r2sh3cjh1kb54sd4lyb6si"))))
(properties
`((upstream-name . "clusterProfiler")))
(build-system r-build-system)