gnu: r-ggbeeswarm: Update to 0.6.0.

* gnu/packages/statistics.scm (r-ggbeeswarm): Update to 0.6.0.
master
Ricardo Wurmus 2017-08-09 18:09:33 +02:00
parent ea0277abcd
commit c3317cd9fb
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4186,13 +4186,13 @@ representation of R code.")
(define-public r-ggbeeswarm
(package
(name "r-ggbeeswarm")
(version "0.5.3")
(version "0.6.0")
(source (origin
(method url-fetch)
(uri (cran-uri "ggbeeswarm" version))
(sha256
(base32
"1jgp55rvmzc4agcrlsjn8m5lk85di9c4wj94xzikqkql4lvq3qpd"))))
"0crk29p5vi1r3a988kms4y7r0iqwgwzsikgvh18r9wbzyr98bb5v"))))
(build-system r-build-system)
(propagated-inputs
`(("r-beeswarm" ,r-beeswarm)