mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-clusterprofiler: Update to 4.8.1.
* gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 4.8.1.
This commit is contained in:
parent
f7642f34d0
commit
c96ebf4cf9
1 changed files with 2 additions and 2 deletions
|
@ -13009,14 +13009,14 @@ (define-public r-enrichplot
|
|||
(define-public r-clusterprofiler
|
||||
(package
|
||||
(name "r-clusterprofiler")
|
||||
(version "4.8.0")
|
||||
(version "4.8.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "clusterProfiler" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0kr0nmvww7d7fqx6qix5v9brg8h597i4nnfacsazz7gyavdsv7vs"))))
|
||||
"1vcqzk5a2y3g2vv5vlpvcpd45xdq6rs5djnrdkww536cwkas9zvy"))))
|
||||
(properties
|
||||
`((upstream-name . "clusterProfiler")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue