me
/
guix
Archived
1
0
Fork 0

gnu: r-clusterprofiler: Update to 4.6.0.

* gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 4.6.0.
[propagated-inputs]: Add r-gson.
master
zimoun 2022-11-17 03:50:20 +01:00 committed by Ricardo Wurmus
parent 7d70375aa7
commit 26a4a1e36b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 2 deletions

View File

@ -10538,14 +10538,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.4.4") (version "4.6.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "clusterProfiler" version)) (uri (bioconductor-uri "clusterProfiler" version))
(sha256 (sha256
(base32 (base32
"0k5jhry0j6wa7779n3hrw4ld4bvyahpgpbwi2a0g704m3dd3mqp5")))) "0fm2cz2464xh075p4yl6bha9m6didc41ng4a3flkw1f1cvvpi4g0"))))
(properties (properties
`((upstream-name . "clusterProfiler"))) `((upstream-name . "clusterProfiler")))
(build-system r-build-system) (build-system r-build-system)
@ -10557,6 +10557,7 @@ All the visualization methods are developed based on ggplot2 graphics.")
r-enrichplot r-enrichplot
r-go-db r-go-db
r-gosemsim r-gosemsim
r-gson
r-magrittr r-magrittr
r-plyr r-plyr
r-qvalue r-qvalue