gnu: r-clusterprofiler: Update to 3.16.1.

* gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 3.16.1.
[propagated-inputs]: Add r-rlang.
This commit is contained in:
Ricardo Wurmus 2020-08-20 20:41:49 +02:00
parent fc1c3c6f9f
commit 69f3b27822
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3812,14 +3812,14 @@ (define-public r-enrichplot
(define-public r-clusterprofiler
(package
(name "r-clusterprofiler")
(version "3.16.0")
(version "3.16.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "clusterProfiler" version))
(sha256
(base32
"0m7919gzrd2fddb4kcznwpshhab1ha2yppnkxg11zmh40wcdawyi"))))
"11zsgb8wbdv8r4c04iczz4aala4yw4ai7rz8igdzz87c0940nxkb"))))
(properties
`((upstream-name . "clusterProfiler")))
(build-system r-build-system)
@ -3834,6 +3834,7 @@ (define-public r-clusterprofiler
("r-magrittr" ,r-magrittr)
("r-plyr" ,r-plyr)
("r-qvalue" ,r-qvalue)
("r-rlang" ,r-rlang)
("r-rvcheck" ,r-rvcheck)
("r-tidyr" ,r-tidyr)))
(native-inputs