guix-commits
[Top][All Lists]
Advanced

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

207/214: gnu: r-clubsandwich: Update to 0.5.6.


From: guix-commits
Subject: 207/214: gnu: r-clubsandwich: Update to 0.5.6.
Date: Sat, 28 May 2022 04:37:57 -0400 (EDT)

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

commit 65f283fe0792706e53e470b1efba00718686e21e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat May 28 08:31:01 2022 +0200

    gnu: r-clubsandwich: Update to 0.5.6.
    
    * gnu/packages/statistics.scm (r-clubsandwich): Update to 0.5.6.
---
 gnu/packages/statistics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index a017445bb7..caad764d07 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -6471,14 +6471,14 @@ mediation and estimating power.")
 (define-public r-clubsandwich
   (package
     (name "r-clubsandwich")
-    (version "0.5.5")
+    (version "0.5.6")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "clubSandwich" version))
        (sha256
         (base32
-         "1ifnc2rg5agf7lpilmm27iq0af7ghfhkvwykajhvykgf6h4clvhf"))))
+         "0mll8q61vnb980dck8ihxcy89z8m7f8i16mqdvr4l2ljywkhpzvd"))))
     (properties `((upstream-name . "clubSandwich")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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