mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 01:33:18 -05:00
gnu: r-beeswarm: Update to 0.4.0.
* gnu/packages/statistics.scm (r-beeswarm): Update to 0.4.0.
This commit is contained in:
parent
c6be262b78
commit
08de5b0689
1 changed files with 2 additions and 2 deletions
|
@ -4377,13 +4377,13 @@ (define-public r-vipor
|
|||
(define-public r-beeswarm
|
||||
(package
|
||||
(name "r-beeswarm")
|
||||
(version "0.3.1")
|
||||
(version "0.4.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "beeswarm" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1jsggypyww77hkcic03kdb3fp8h938qs142xi0lapzh62bkn2pjj"))))
|
||||
"016mqcbdksialkmap56rprzna9b6cd6896ml9gl2n2h8yjdk7x2i"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://www.cbs.dtu.dk/~eklund/beeswarm/")
|
||||
(synopsis "Implementation of bee swarm plots")
|
||||
|
|
Loading…
Reference in a new issue