guix-commits
[Top][All Lists]
Advanced

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

11/32: gnu: r-effectsize: Update to 0.2.0.


From: guix-commits
Subject: 11/32: gnu: r-effectsize: Update to 0.2.0.
Date: Sun, 1 Mar 2020 17:21:34 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 0fab5a4769043c1d2c0b554dd33c3b7ab1a20e2e
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Sun Mar 1 22:49:47 2020 +0100

    gnu: r-effectsize: Update to 0.2.0.
    
    * gnu/packages/cran.scm (r-effectsize): Update to 0.2.0.
---
 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 8e575db..734b059 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8555,14 +8555,14 @@ results using @code{ggplot2}.")
 (define-public r-effectsize
   (package
     (name "r-effectsize")
-    (version "0.1.1")
+    (version "0.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "effectsize" version))
        (sha256
         (base32
-         "0dd7nbkg8kmash9zh2gg08m7hbpsqwpkvkdhinfqkbg5d0jinhq8"))))
+         "1liix8rf8xq3hzi7684bl0s20iflsq6g5mxr5k59wp2qwn1i6aww"))))
     (properties `((upstream-name . "effectsize")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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