mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 19:56:59 -06:00
gnu: r-ggbeeswarm: Update to 0.7.3.
* gnu/packages/cran.scm (r-ggbeeswarm): Update to 0.7.3. Change-Id: Ifc75cd0038048dd64c5760eaf097b8aa1dc4a251
This commit is contained in:
parent
d711a56ad6
commit
e1a5e892ba
1 changed files with 2 additions and 2 deletions
|
|
@ -4520,13 +4520,13 @@ text annotations.")
|
|||
(define-public r-ggbeeswarm
|
||||
(package
|
||||
(name "r-ggbeeswarm")
|
||||
(version "0.7.2")
|
||||
(version "0.7.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggbeeswarm" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1rcw54isai05np4fj19vcxx2vcxq7y2nm3az9m8xwbc9pdjs4z7x"))))
|
||||
"0q3hgi45jbnnbmpd1ihs1i2anc73bcmjmw0cfbjl70z3acg3hd2q"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-beeswarm r-cli r-ggplot2 r-lifecycle r-vipor))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue