me
/
guix
Archived
1
0
Fork 0

gnu: r-clubsandwich: Update to 0.5.6.

* gnu/packages/statistics.scm (r-clubsandwich): Update to 0.5.6.
master
Ricardo Wurmus 2022-05-28 08:31:01 +02:00
parent a415f00c5d
commit 217d08960a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6480,14 +6480,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