mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: r-clusterprofiler: Update to 3.12.0.
* gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 3.12.0.
This commit is contained in:
parent
77d28d665c
commit
1a3e33be23
1 changed files with 2 additions and 2 deletions
|
@ -2954,14 +2954,14 @@ (define-public r-enrichplot
|
|||
(define-public r-clusterprofiler
|
||||
(package
|
||||
(name "r-clusterprofiler")
|
||||
(version "3.10.1")
|
||||
(version "3.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "clusterProfiler" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1v4fh8ll7zk8yhbaa0nq9xvqrb05kyvbpwkqpnjf07s873805rxm"))))
|
||||
"1jw8h6nlcgd86qhqlcgi3icylb7amcqimlvzg29gay3bf3grwfhq"))))
|
||||
(properties
|
||||
`((upstream-name . "clusterProfiler")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue