mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 04:37:36 -05:00
gnu: r-clubsandwich: Update to 0.5.5.
* gnu/packages/statistics.scm (r-clubsandwich): Update to 0.5.5.
This commit is contained in:
parent
6df1d8a475
commit
59fb180899
1 changed files with 2 additions and 2 deletions
|
@ -6316,14 +6316,14 @@ (define-public r-quantpsyc
|
|||
(define-public r-clubsandwich
|
||||
(package
|
||||
(name "r-clubsandwich")
|
||||
(version "0.5.3")
|
||||
(version "0.5.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "clubSandwich" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0jazgka18bb5n58d5sn94q7rc9sac82qrpl2i5b4rkx9q2pb39cn"))))
|
||||
"1ifnc2rg5agf7lpilmm27iq0af7ghfhkvwykajhvykgf6h4clvhf"))))
|
||||
(properties `((upstream-name . "clubSandwich")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue