~ruther/guix-local

448dc8692851336c2bed4ccf2319a7856e12414f — Ricardo Wurmus a month ago 9694b9e
gnu: r-clusterprofiler: Update to 4.18.4.

* gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 4.18.4.

Change-Id: I9672e94f8ff1d0c91a5464c9c69910983756d53e
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/bioconductor.scm
M gnu/packages/bioconductor.scm => gnu/packages/bioconductor.scm +2 -2
@@ 19516,14 19516,14 @@ attempts to assess their statistical significance.")
(define-public r-clusterprofiler
  (package
    (name "r-clusterprofiler")
    (version "4.18.2")
    (version "4.18.4")
    (source
     (origin
       (method url-fetch)
       (uri (bioconductor-uri "clusterProfiler" version))
       (sha256
        (base32
         "0m26gbiaff72jivvk6ncgrd4mhq5y0asc7mnjn1qqrba4k63x9nr"))))
         "00kd5zmzd9pm0mxd2r95l7j4mvqgnbbkaqs2rb5fh06r3rk2c14p"))))
    (properties
     '((upstream-name . "clusterProfiler")
       (updater-extra-native-inputs . ("r-org-hs-eg-db"))))