guix-commits
[Top][All Lists]
Advanced

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

23/40: gnu: r-ggstance: Update to 0.3.2.


From: guix-commits
Subject: 23/40: gnu: r-ggstance: Update to 0.3.2.
Date: Fri, 28 Jun 2019 19:34:59 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 56ab7acb96a9b8e0442871a2a54cbd77b2d553dd
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jun 29 01:25:28 2019 +0200

    gnu: r-ggstance: Update to 0.3.2.
    
    * gnu/packages/cran.scm (r-ggstance): Update to 0.3.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 bf19c6e..6011739 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6642,13 +6642,13 @@ and coverage methods to tune the choice of threshold.")
 (define-public r-ggstance
   (package
     (name "r-ggstance")
-    (version "0.3.1")
+    (version "0.3.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggstance" version))
        (sha256
-        (base32 "0v7f3xdaaridw6d4jvnsfwxmpjrasvx5vl555wsrn50aah17fkvh"))))
+        (base32 "078ih9s5b0xzf582qg0vjnxvg5qad5ms1v2vdd062ckahi8zz1r8"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-ggplot2" ,r-ggplot2)



reply via email to

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