guix-commits
[Top][All Lists]
Advanced

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

70/214: gnu: r-effectsize: Update to 0.7.0.


From: guix-commits
Subject: 70/214: gnu: r-effectsize: Update to 0.7.0.
Date: Sat, 28 May 2022 04:37:29 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit 2942730efec920695f20313fb47854b3ecc4bbf9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat May 28 08:30:26 2022 +0200

    gnu: r-effectsize: Update to 0.7.0.
    
    * gnu/packages/cran.scm (r-effectsize): Update to 0.7.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 9f9e49ff5e..bfc6c8a360 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -12410,14 +12410,14 @@ results using @code{ggplot2}.")
 (define-public r-effectsize
   (package
     (name "r-effectsize")
-    (version "0.6.0.1")
+    (version "0.7.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "effectsize" version))
        (sha256
         (base32
-         "1rhpbhyrv0avinm6dz6v2qw4xxdl9m1wknq1dv2flfxgcz0k9qiz"))))
+         "07dbj7n9vwjkb7xrdj224lzc3ppr3jjdgyyilkj7gpkvgjgfrqhz"))))
     (properties `((upstream-name . "effectsize")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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