gnu: r-beeswarm: Update to 0.3.1.

* gnu/packages/statistics.scm (r-beeswarm): Update to 0.3.1.
This commit is contained in:
Ricardo Wurmus 2021-03-09 21:42:48 +01:00
parent 83f98e6317
commit 12580eb435
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4352,13 +4352,13 @@ (define-public r-vipor
(define-public r-beeswarm
(package
(name "r-beeswarm")
(version "0.2.3")
(version "0.3.1")
(source (origin
(method url-fetch)
(uri (cran-uri "beeswarm" version))
(sha256
(base32
"0hy89bwv7jixlg91li1fywa77916am2whqp1m1fx1khd45g44581"))))
"1jsggypyww77hkcic03kdb3fp8h938qs142xi0lapzh62bkn2pjj"))))
(build-system r-build-system)
(home-page "https://www.cbs.dtu.dk/~eklund/beeswarm/")
(synopsis "Implementation of bee swarm plots")