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:
Ricardo Wurmus 2024-09-02 13:23:44 +02:00
parent 8fb10cf660
commit b2f9231cd9
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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)