gnu: r-gprofiler2: Update to 0.2.4.

* gnu/packages/cran.scm (r-gprofiler2): Update to 0.2.4.
[propagated-inputs]: Add r-curl.

Change-Id: I0fefd21b12e471602f2fe031676b91d15d05d705
This commit is contained in:
Ricardo Wurmus
2025-11-20 10:18:44 +01:00
parent ceb41914ec
commit db1192278c

View File

@@ -8907,18 +8907,19 @@ organisms via the @code{g:Profiler} toolkit.")
(define-public r-gprofiler2
(package
(name "r-gprofiler2")
(version "0.2.3")
(version "0.2.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "gprofiler2" version))
(sha256
(base32
"1klmg0zj5kr663dzgfzpy1yn161znmjcjq8pl3rahjh2lwaahbmh"))))
"0hmhdglka8w5ihdc7ww8268n66p1a7373m62pnlmx5qrpwixblgi"))))
(properties `((upstream-name . "gprofiler2")))
(build-system r-build-system)
(propagated-inputs
(list r-crosstalk
r-curl
r-dplyr
r-ggplot2
r-gridextra