mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: r-clubsandwich: Update to 0.5.8.
* gnu/packages/statistics.scm (r-clubsandwich): Update to 0.5.8.
This commit is contained in:
parent
18df77f876
commit
659efed5c1
1 changed files with 2 additions and 2 deletions
|
@ -6475,14 +6475,14 @@ (define-public r-quantpsyc
|
||||||
(define-public r-clubsandwich
|
(define-public r-clubsandwich
|
||||||
(package
|
(package
|
||||||
(name "r-clubsandwich")
|
(name "r-clubsandwich")
|
||||||
(version "0.5.7")
|
(version "0.5.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "clubSandwich" version))
|
(uri (cran-uri "clubSandwich" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1chq0bjz0yskm3cs8k6019j9v1m3fiz4p2ysk3xmqxlcihmnvv0b"))))
|
"1y894n35l4lzqm15ifxjnpnh95dldsfivv4098571yqf1z4a253q"))))
|
||||||
(properties `((upstream-name . "clubSandwich")))
|
(properties `((upstream-name . "clubSandwich")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue