mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: r-clusterprofiler: Update to 4.2.0.
* gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 4.2.0.
This commit is contained in:
parent
498f45bcad
commit
2e9821cd11
1 changed files with 2 additions and 2 deletions
|
@ -7492,14 +7492,14 @@ (define-public r-enrichplot
|
|||
(define-public r-clusterprofiler
|
||||
(package
|
||||
(name "r-clusterprofiler")
|
||||
(version "4.0.5")
|
||||
(version "4.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "clusterProfiler" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1dccrl2ffhgmv3iqlmpln7z86ahpf0j9ma194fnknsgi3cd9rhrl"))))
|
||||
"18y7482sw0awlhazikq13r2r0zid9ksk942rma87m448y1cq2fi5"))))
|
||||
(properties
|
||||
`((upstream-name . "clusterProfiler")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue