gnu: r-clusterprofiler: Update to 3.14.3.

* gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 3.14.3.
This commit is contained in:
Ricardo Wurmus 2020-01-16 06:10:14 +01:00
parent 99e2a24978
commit ac9a9c374c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -3460,14 +3460,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 "3.14.2") (version "3.14.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "clusterProfiler" version)) (uri (bioconductor-uri "clusterProfiler" version))
(sha256 (sha256
(base32 (base32
"1y1l3yf1r1ykl9ngipvyzl5hbxxsfz7z5q5rcywkyss2b2b6gsg8")))) "08pd7bmqmyxncj09ilz8yb9sf1pv9ni98y8b93pz2giy7pl407hg"))))
(properties (properties
`((upstream-name . "clusterProfiler"))) `((upstream-name . "clusterProfiler")))
(build-system r-build-system) (build-system r-build-system)