mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-clusterprofiler: Update to 4.14.4.
* gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 4.14.4. Change-Id: Id1e8408483e500a7e43be8a4307c9513e2492bd6
This commit is contained in:
parent
89d04a5d9d
commit
1d53f46cad
1 changed files with 2 additions and 2 deletions
|
@ -18698,14 +18698,14 @@ attempts to assess their statistical significance.")
|
||||||
(define-public r-clusterprofiler
|
(define-public r-clusterprofiler
|
||||||
(package
|
(package
|
||||||
(name "r-clusterprofiler")
|
(name "r-clusterprofiler")
|
||||||
(version "4.14.3")
|
(version "4.14.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "clusterProfiler" version))
|
(uri (bioconductor-uri "clusterProfiler" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dhp3jfmz9zfp9nldd38fjkqvxq4piy2zpndrqmx1p53hcpss34l"))))
|
"0vmjhzxq59zdxywyyqa31fcsasckq8qfpbjp70ml1vcxnvkr49ck"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "clusterProfiler")))
|
`((upstream-name . "clusterProfiler")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue