guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

35/212: gnu: r-ggrepel: Update to 0.9.3.


From: guix-commits
Subject: 35/212: gnu: r-ggrepel: Update to 0.9.3.
Date: Sat, 18 Feb 2023 14:00:50 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit e91463c9acdf9225d909611fcfcd70a6e92838b7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Feb 18 16:08:18 2023 +0100

    gnu: r-ggrepel: Update to 0.9.3.
    
    * gnu/packages/cran.scm (r-ggrepel): Update to 0.9.3.
    [propagated-inputs]: Add r-withr.
---
 gnu/packages/cran.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5039d30d7e..096d3b239e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6800,17 +6800,17 @@ for certain use cases.")
 (define-public r-ggrepel
   (package
     (name "r-ggrepel")
-    (version "0.9.2")
+    (version "0.9.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggrepel" version))
        (sha256
         (base32
-         "123lh86qs7w1i3v8i1a08jxlwx4sy32bpznyclm8wlkph728hc0a"))))
+         "0p00kb1x3q0krk5g8mmwqknnjlsznqs4i7mlfq1dp17fxpia1sxr"))))
     (build-system r-build-system)
     (propagated-inputs
-     (list r-ggplot2 r-rcpp r-rlang r-scales))
+     (list r-ggplot2 r-rcpp r-rlang r-scales r-withr))
     (native-inputs
      (list r-knitr)) ; for vignettes
     (home-page "https://github.com/slowkow/ggrepel";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]