mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-clubsandwich: Update to 0.5.6.
* gnu/packages/statistics.scm (r-clubsandwich): Update to 0.5.6.
This commit is contained in:
parent
a415f00c5d
commit
217d08960a
1 changed files with 2 additions and 2 deletions
|
@ -6480,14 +6480,14 @@ (define-public r-quantpsyc
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue