mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: r-clusterprofiler: Update to 4.12.0.
* gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 4.12.0. Change-Id: If7fcff996d1c7341bb9e9faa0499dd259e894afc
This commit is contained in:
parent
de0f76d329
commit
d4eec5ad55
1 changed files with 2 additions and 2 deletions
|
@ -16332,14 +16332,14 @@ (define-public r-classdiscovery
|
|||
(define-public r-clusterprofiler
|
||||
(package
|
||||
(name "r-clusterprofiler")
|
||||
(version "4.10.1")
|
||||
(version "4.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "clusterProfiler" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1jwi9029dy7ga4hv75grib7wdaghslwh4qk5awhgw3192a0qcixf"))))
|
||||
"0wmfbr4n8a1mg8g3gl9gnqrvq5p6cfay2858fqx7wxpr2q8yynhz"))))
|
||||
(properties
|
||||
`((upstream-name . "clusterProfiler")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue