diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-02-26 22:35:30 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-07 11:57:31 +0100 |
| commit | 3c4a61e01a5ea97553e41bb2154673d1433eb1d1 (patch) | |
| tree | 786e145a77b240479bedb1555d58c8981b7a6d77 | |
| parent | fc71085207841c6f12154a69a51c55b64a3b13b9 (diff) | |
gnu: r-ggrepel: Update to 0.9.7.
* gnu/packages/cran.scm (r-ggrepel): Update to 0.9.7.
[properties]: Correct updater-extra-native-inputs.
[propagated-inputs]: Add r-s7.
Change-Id: Ia5db89ab319bf13dd17942052fa0f38ae51d39f1
| -rw-r--r-- | gnu/packages/cran.scm | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index e3abf26a262..825e039b41c 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -20756,19 +20756,24 @@ for certain use cases.") (define-public r-ggrepel (package (name "r-ggrepel") - (version "0.9.6") + (version "0.9.7") (source (origin (method url-fetch) (uri (cran-uri "ggrepel" version)) (sha256 (base32 - "04kj9qzcws6wfw9pf3s6w4phpqywyv6j617l7907plkpcgd6x2i6")))) + "0dy228x6qqr5rs0z69l9k3lz0s9if08yf6rkmsn3sn3szybyalbd")))) (build-system r-build-system) (properties - '((updater-extra-native-inputs . ("v-diffr")))) + '((updater-extra-native-inputs . ("r-vdiffr")))) (propagated-inputs - (list r-ggplot2 r-rcpp r-rlang r-scales r-withr)) + (list r-ggplot2 + r-rcpp + r-rlang + r-s7 + r-scales + r-withr)) (native-inputs (list r-knitr r-testthat r-vdiffr)) (home-page "https://github.com/slowkow/ggrepel") |
