guix-commits
[Top][All Lists]
Advanced

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

42/143: gnu: r-ggstance: Update to 0.3.6.


From: guix-commits
Subject: 42/143: gnu: r-ggstance: Update to 0.3.6.
Date: Tue, 29 Nov 2022 13:29:21 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 3777071a4e2f52431219fc0eec3174a469f21239
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 29 15:22:10 2022 +0100

    gnu: r-ggstance: Update to 0.3.6.
    
    * gnu/packages/cran.scm (r-ggstance): Update to 0.3.6.
    [propagated-inputs]: Add r-cli.
---
 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 16cd0a1fa7..cd8bcedcc1 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -11811,16 +11811,16 @@ and coverage methods to tune the choice of 
threshold.")
 (define-public r-ggstance
   (package
     (name "r-ggstance")
-    (version "0.3.5")
+    (version "0.3.6")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggstance" version))
        (sha256
-        (base32 "0jz9vvnmcc6a38n8nzr458r65sna23bgn5r8mxdhzdlyqibihr7d"))))
+        (base32 "0wk3gbi5365sndi02gwd4c33vcrj5p8cfwakwjg010y5hgxx96nd"))))
     (build-system r-build-system)
     (propagated-inputs
-     (list r-ggplot2 r-plyr r-rlang r-withr))
+     (list r-cli r-ggplot2 r-plyr r-rlang r-withr))
     (home-page "https://cran.r-project.org/web/packages/ggstance/";)
     (synopsis "Horizontal and vertical versions of @code{r-ggplot2}")
     (description



reply via email to

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