guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: r-ggstance: Update to 0.3.3.


From: guix-commits
Subject: 03/05: gnu: r-ggstance: Update to 0.3.3.
Date: Mon, 19 Aug 2019 10:25:48 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit b3aa0d2f964382cc81f9078f23d9b1f1d8175316
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Aug 19 16:14:42 2019 +0200

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



reply via email to

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