mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: r-clusterprofiler: Update to 4.2.1.
* gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 4.2.1.
This commit is contained in:
parent
365f04e026
commit
489edb479d
1 changed files with 2 additions and 2 deletions
|
@ -7776,14 +7776,14 @@ (define-public r-enrichplot
|
|||
(define-public r-clusterprofiler
|
||||
(package
|
||||
(name "r-clusterprofiler")
|
||||
(version "4.2.0")
|
||||
(version "4.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "clusterProfiler" version))
|
||||
(sha256
|
||||
(base32
|
||||
"18y7482sw0awlhazikq13r2r0zid9ksk942rma87m448y1cq2fi5"))))
|
||||
"08jhcbanz24x7zdkxznxz787g0nk3jfzd7zsap13sra7qnwaswq4"))))
|
||||
(properties
|
||||
`((upstream-name . "clusterProfiler")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue