1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 12:00:35 +02:00

gnu: r-clusterprofiler: Update to 4.0.4.

* gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 4.0.4.
This commit is contained in:
Ricardo Wurmus 2021-08-24 00:33:19 +02:00
parent 5543456ae9
commit 0022f40462
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7318,14 +7318,14 @@ All the visualization methods are developed based on ggplot2 graphics.")
(define-public r-clusterprofiler
(package
(name "r-clusterprofiler")
(version "4.0.2")
(version "4.0.4")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "clusterProfiler" version))
(sha256
(base32
"11pjzh7inh1x0gry42nlq4har65s8pc0w3bkccm6kmxycvaxb9rh"))))
"161w9mn2plmymvzf1hkk9fwi3d9c26kbcpndyyrfcl6bg2nxr1s8"))))
(properties
`((upstream-name . "clusterProfiler")))
(build-system r-build-system)