gnu: r-vioplot: Update to 0.3.7.

* gnu/packages/cran.scm (r-vioplot): Update to 0.3.7.
This commit is contained in:
Ricardo Wurmus 2021-07-29 17:10:37 +02:00
parent 244fda54d3
commit 5eac5eb748
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5217,14 +5217,14 @@ (define-public r-venndiagram
(define-public r-vioplot
(package
(name "r-vioplot")
(version "0.3.6")
(version "0.3.7")
(source
(origin
(method url-fetch)
(uri (cran-uri "vioplot" version))
(sha256
(base32
"15vmrm9gwdhfg8mnq8rsg7m59kzc9h53cv96am4ds1dkm56w4n6p"))))
"1dmdasp3jldc41233z6r08w3j76vyyp9m3jrj7n4ahk48yd5siq6"))))
(build-system r-build-system)
(propagated-inputs
`(("r-sm" ,r-sm)