guix-commits
[Top][All Lists]
Advanced

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

08/13: gnu: r-ggstance: Update to 0.3.4.


From: guix-commits
Subject: 08/13: gnu: r-ggstance: Update to 0.3.4.
Date: Mon, 6 Apr 2020 02:41:04 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit a3202c7f57581874a0a03889e0570062b8dfe542
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Fri Apr 3 07:14:31 2020 +0200

    gnu: r-ggstance: Update to 0.3.4.
    
    * gnu/packages/cran.scm (r-ggstance): Update to 0.3.4.
---
 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 612a21d..1af30cb 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7205,13 +7205,13 @@ and coverage methods to tune the choice of threshold.")
 (define-public r-ggstance
   (package
     (name "r-ggstance")
-    (version "0.3.3")
+    (version "0.3.4")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggstance" version))
        (sha256
-        (base32 "0kdksay61hyb6612b07r84chh7a9aibjyclk3qcypvr9aang8hkh"))))
+        (base32 "0aqz3dn02cgij018a4sglqwrwr9dzzj12l8xr1064q7hfd4f64m1"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-ggplot2" ,r-ggplot2)



reply via email to

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