gnu: r-gprofiler2: Update to 0.2.2.

* gnu/packages/cran.scm (r-gprofiler2): Update to 0.2.2.
[native-inputs]: Add r-rmarkdown.
This commit is contained in:
Ricardo Wurmus 2023-07-10 23:13:59 +02:00
parent 1223a87a14
commit 95a4fc7e9c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2166,14 +2166,14 @@ (define-public r-gprofiler
(define-public r-gprofiler2
(package
(name "r-gprofiler2")
(version "0.2.1")
(version "0.2.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "gprofiler2" version))
(sha256
(base32
"0r0h34b35xzgd9rh55yndn0anxy0z45zdlqa6qfmpn91b6v1bb1g"))))
"1zbfvpb4qqj6vipz0ps4pyy14h6rc4jaqfa8q4zrbhi5vvw9805r"))))
(properties `((upstream-name . "gprofiler2")))
(build-system r-build-system)
(propagated-inputs
@ -2186,7 +2186,7 @@ (define-public r-gprofiler2
r-rcurl
r-tidyr
r-viridislite))
(native-inputs (list r-knitr))
(native-inputs (list r-knitr r-rmarkdown))
(home-page "https://cran.r-project.org/web/packages/gprofiler2/")
(synopsis "Interface to the g:Profiler toolset")
(description