mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-clusterprofiler: Update to 4.12.6.
* gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 4.12.6. Change-Id: Ic504daca8977064884c95da366367762db35d906
This commit is contained in:
parent
8fb10cf660
commit
b2f9231cd9
1 changed files with 2 additions and 2 deletions
|
@ -16363,14 +16363,14 @@ (define-public r-classdiscovery
|
|||
(define-public r-clusterprofiler
|
||||
(package
|
||||
(name "r-clusterprofiler")
|
||||
(version "4.12.5")
|
||||
(version "4.12.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "clusterProfiler" version))
|
||||
(sha256
|
||||
(base32
|
||||
"139qfvfqwb09k72srjn233hw9i6rh4bp8i9nqn215cn3qvvrw9zz"))))
|
||||
"185g4pp3q78c5kxz8gqk3pl0f2xnp8fqffwi5rqsvs026cq06biq"))))
|
||||
(properties
|
||||
`((upstream-name . "clusterProfiler")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue