mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: r-vioplot: Update to 0.3.6.
* gnu/packages/cran.scm (r-vioplot): Update to 0.3.6.
This commit is contained in:
parent
bd005c093a
commit
c6976608be
1 changed files with 2 additions and 2 deletions
|
@ -4768,14 +4768,14 @@ (define-public r-venndiagram
|
|||
(define-public r-vioplot
|
||||
(package
|
||||
(name "r-vioplot")
|
||||
(version "0.3.5")
|
||||
(version "0.3.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "vioplot" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0aiy615kn9lpr2cs757g3pklg81n01yhqh0wrwv111fn3cy86r0v"))))
|
||||
"15vmrm9gwdhfg8mnq8rsg7m59kzc9h53cv96am4ds1dkm56w4n6p"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-sm" ,r-sm)
|
||||
|
|
Loading…
Reference in a new issue