gnu: r-beanplot: Update to 1.3.1.

* gnu/packages/cran.scm (r-beanplot): Update to 1.3.1.
This commit is contained in:
Ricardo Wurmus 2022-04-11 18:01:17 +02:00
parent 86d445fc0f
commit 3074a0ef14
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -16530,14 +16530,14 @@ (define-public r-nor1mix
(define-public r-beanplot (define-public r-beanplot
(package (package
(name "r-beanplot") (name "r-beanplot")
(version "1.2") (version "1.3.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "beanplot" version)) (uri (cran-uri "beanplot" version))
(sha256 (sha256
(base32 (base32
"0wmkr704fl8kdxkjwmaxw2a2h5dwzfgsgpncnk2p2wd4768jknj9")))) "1b8mvlcsv5l9g08ag92hndsvk8jmgxvznhzgazc8y4296kp8l5a9"))))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/beanplot/") (home-page "https://cran.r-project.org/web/packages/beanplot/")
(synopsis "Visualization via beanplots") (synopsis "Visualization via beanplots")