me
/
guix
Archived
1
0
Fork 0

gnu: r-clusterprofiler: Update to 4.8.0.

* gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 4.8.0.
master
Ricardo Wurmus 2023-04-28 18:00:10 +02:00
parent e878a97766
commit e2484544a5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -12859,14 +12859,14 @@ All the visualization methods are developed based on ggplot2 graphics.")
(define-public r-clusterprofiler
(package
(name "r-clusterprofiler")
(version "4.6.2")
(version "4.8.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "clusterProfiler" version))
(sha256
(base32
"017wqd1nwcrhbpzvhcqc3if0n084dspq7y3fbc5dnik6yi04q0dg"))))
"0kr0nmvww7d7fqx6qix5v9brg8h597i4nnfacsazz7gyavdsv7vs"))))
(properties
`((upstream-name . "clusterProfiler")))
(build-system r-build-system)