mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-vipor: Update to 0.4.7.
* gnu/packages/statistics.scm (r-vipor): Update to 0.4.7. Change-Id: I7a7442ae64d5a96a4ab20427ab5fb8bcdc2e51e2
This commit is contained in:
parent
8047e5328b
commit
df69fcac77
1 changed files with 2 additions and 2 deletions
|
@ -5190,13 +5190,13 @@ (define-public r-ztable
|
|||
(define-public r-vipor
|
||||
(package
|
||||
(name "r-vipor")
|
||||
(version "0.4.5")
|
||||
(version "0.4.7")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "vipor" version))
|
||||
(sha256
|
||||
(base32
|
||||
"112gc0d7f8iavgf56pnzfxb7hy75yhd0zlyjzshdcfbnqcd2a6bx"))))
|
||||
"17hb6y1i9bva0fr4k9m6wncmnzdjad1b7fhsvfhva4xavpll3bds"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/web/packages/vipor")
|
||||
(synopsis "Plot categorical data using noise and density estimates")
|
||||
|
|
Loading…
Reference in a new issue