mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-vioplot: Update to 0.4.0.
* gnu/packages/cran.scm (r-vioplot): Update to 0.4.0.
This commit is contained in:
parent
bf43c373f1
commit
482b3f3890
1 changed files with 2 additions and 2 deletions
|
@ -7015,14 +7015,14 @@ (define-public r-venndiagram
|
|||
(define-public r-vioplot
|
||||
(package
|
||||
(name "r-vioplot")
|
||||
(version "0.3.7")
|
||||
(version "0.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "vioplot" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1dmdasp3jldc41233z6r08w3j76vyyp9m3jrj7n4ahk48yd5siq6"))))
|
||||
"1db7g0378jbcd6ssb7afff4y4r0v472qnb625hfwixx4wf1v8aap"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-sm r-zoo))
|
||||
|
|
Loading…
Reference in a new issue