guix-commits
[Top][All Lists]
Advanced

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

27/143: gnu: r-ggrepel: Update to 0.9.2.


From: guix-commits
Subject: 27/143: gnu: r-ggrepel: Update to 0.9.2.
Date: Tue, 29 Nov 2022 13:29:13 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 7910264a9464c9c3d787b9d9deff783aeaf2d5a2
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 29 15:22:06 2022 +0100

    gnu: r-ggrepel: Update to 0.9.2.
    
    * gnu/packages/cran.scm (r-ggrepel): Update to 0.9.2.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index a74c12f80f..d1a5f45244 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6382,14 +6382,14 @@ for certain use cases.")
 (define-public r-ggrepel
   (package
     (name "r-ggrepel")
-    (version "0.9.1")
+    (version "0.9.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggrepel" version))
        (sha256
         (base32
-         "1z5xyr5f4aryy0v1gzz9m8m4s5fzzwbrf0fxll1nbflr8xnr3yr9"))))
+         "123lh86qs7w1i3v8i1a08jxlwx4sy32bpznyclm8wlkph728hc0a"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-ggplot2 r-rcpp r-rlang r-scales))



reply via email to

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