gnu: r-clubsandwich: Update to 0.5.7.

* gnu/packages/statistics.scm (r-clubsandwich): Update to 0.5.7.
This commit is contained in:
Ricardo Wurmus 2022-07-01 15:30:11 +02:00
parent f6c9920f62
commit 1f6de97557
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6457,14 +6457,14 @@ mediation and estimating power.")
(define-public r-clubsandwich
(package
(name "r-clubsandwich")
(version "0.5.6")
(version "0.5.7")
(source
(origin
(method url-fetch)
(uri (cran-uri "clubSandwich" version))
(sha256
(base32
"0mll8q61vnb980dck8ihxcy89z8m7f8i16mqdvr4l2ljywkhpzvd"))))
"1chq0bjz0yskm3cs8k6019j9v1m3fiz4p2ysk3xmqxlcihmnvv0b"))))
(properties `((upstream-name . "clubSandwich")))
(build-system r-build-system)
(propagated-inputs