guix-commits
[Top][All Lists]
Advanced

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

16/36: gnu: r-ggstance: Update to 0.3.7.


From: guix-commits
Subject: 16/36: gnu: r-ggstance: Update to 0.3.7.
Date: Wed, 10 Apr 2024 09:14:09 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 98d1cce5fae988b414f9843db1849814436b0883
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Apr 9 18:45:32 2024 +0200

    gnu: r-ggstance: Update to 0.3.7.
    
    * gnu/packages/cran.scm (r-ggstance): Update to 0.3.7.
    
    Change-Id: I29c3f248afc717cf6e623db1d9a6e3cd19fe055f
---
 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 51f3c495b5..a3447994c2 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15658,13 +15658,13 @@ and coverage methods to tune the choice of 
threshold.")
 (define-public r-ggstance
   (package
     (name "r-ggstance")
-    (version "0.3.6")
+    (version "0.3.7")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggstance" version))
        (sha256
-        (base32 "0wk3gbi5365sndi02gwd4c33vcrj5p8cfwakwjg010y5hgxx96nd"))))
+        (base32 "0v25si348qdp68887yx4d652rsz8w5lfabwaq1nvglrhs6s4f9js"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-cli r-ggplot2 r-plyr r-rlang r-withr))



reply via email to

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