gnu: r-beeswarm: Update to 0.3.1.
* gnu/packages/statistics.scm (r-beeswarm): Update to 0.3.1.
This commit is contained in:
parent
83f98e6317
commit
12580eb435
1 changed files with 2 additions and 2 deletions
|
|
@ -4352,13 +4352,13 @@ within a category based on their density using quasirandom noise.")
|
||||||
(define-public r-beeswarm
|
(define-public r-beeswarm
|
||||||
(package
|
(package
|
||||||
(name "r-beeswarm")
|
(name "r-beeswarm")
|
||||||
(version "0.2.3")
|
(version "0.3.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "beeswarm" version))
|
(uri (cran-uri "beeswarm" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hy89bwv7jixlg91li1fywa77916am2whqp1m1fx1khd45g44581"))))
|
"1jsggypyww77hkcic03kdb3fp8h938qs142xi0lapzh62bkn2pjj"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://www.cbs.dtu.dk/~eklund/beeswarm/")
|
(home-page "https://www.cbs.dtu.dk/~eklund/beeswarm/")
|
||||||
(synopsis "Implementation of bee swarm plots")
|
(synopsis "Implementation of bee swarm plots")
|
||||||
|
|
|
||||||
Reference in a new issue