mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: r-beanplot: Update to 1.3.1.
* gnu/packages/cran.scm (r-beanplot): Update to 1.3.1.
This commit is contained in:
parent
86d445fc0f
commit
3074a0ef14
1 changed files with 2 additions and 2 deletions
|
@ -16530,14 +16530,14 @@ (define-public r-nor1mix
|
|||
(define-public r-beanplot
|
||||
(package
|
||||
(name "r-beanplot")
|
||||
(version "1.2")
|
||||
(version "1.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "beanplot" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0wmkr704fl8kdxkjwmaxw2a2h5dwzfgsgpncnk2p2wd4768jknj9"))))
|
||||
"1b8mvlcsv5l9g08ag92hndsvk8jmgxvznhzgazc8y4296kp8l5a9"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/web/packages/beanplot/")
|
||||
(synopsis "Visualization via beanplots")
|
||||
|
|
Loading…
Reference in a new issue