me
/
guix
Archived
1
0
Fork 0

gnu: r-clubsandwich: Update to 0.5.9.

* gnu/packages/statistics.scm (r-clubsandwich): Update to 0.5.9.
Ricardo Wurmus 2023-07-17 14:19:54 +02:00
parent 7d6bdd1c8a
commit a450a5aafa
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6883,14 +6883,14 @@ mediation and estimating power.")
(define-public r-clubsandwich
(package
(name "r-clubsandwich")
(version "0.5.8")
(version "0.5.9")
(source
(origin
(method url-fetch)
(uri (cran-uri "clubSandwich" version))
(sha256
(base32
"1y894n35l4lzqm15ifxjnpnh95dldsfivv4098571yqf1z4a253q"))))
"0r43qyff1v986snvnynsj02kp50npyi1qln1gwgpl3n1syngzcn8"))))
(properties `((upstream-name . "clubSandwich")))
(build-system r-build-system)
(propagated-inputs