guix-commits
[Top][All Lists]
Advanced

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

29/150: gnu: r-ggrepel: Update to 0.9.1.


From: guix-commits
Subject: 29/150: gnu: r-ggrepel: Update to 0.9.1.
Date: Wed, 20 Jan 2021 11:20:43 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 175e256dd42229d9b0795f18d6f62edaf47334ec
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 20 17:08:32 2021 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 3f49d29..2b138ef 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3923,18 +3923,19 @@ for certain use cases.")
 (define-public r-ggrepel
   (package
     (name "r-ggrepel")
-    (version "0.8.2")
+    (version "0.9.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggrepel" version))
        (sha256
         (base32
-         "1qaifn3dazdqbqlii210xhw7yf142iw7g9p2axmmxbz90p0by08d"))))
+         "1z5xyr5f4aryy0v1gzz9m8m4s5fzzwbrf0fxll1nbflr8xnr3yr9"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-ggplot2" ,r-ggplot2)
        ("r-rcpp" ,r-rcpp)
+       ("r-rlang" ,r-rlang)
        ("r-scales" ,r-scales)))
     (native-inputs
      `(("r-knitr" ,r-knitr))) ; for vignettes



reply via email to

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