mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: r-plotrix: Update to 3.8-4.
* gnu/packages/statistics.scm (r-plotrix): Update to 3.8-4. Change-Id: I7d1928c74ade7e3b6324e382f1d53a13ad19ab08
This commit is contained in:
parent
2496d54094
commit
5f66bbc254
1 changed files with 2 additions and 2 deletions
|
@ -3063,13 +3063,13 @@ (define-public r-readr
|
||||||
(define-public r-plotrix
|
(define-public r-plotrix
|
||||||
(package
|
(package
|
||||||
(name "r-plotrix")
|
(name "r-plotrix")
|
||||||
(version "3.8-2")
|
(version "3.8-4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "plotrix" version))
|
(uri (cran-uri "plotrix" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07xwq3505qb2yak7pfda22yqwifj6m78f8b5rm0ym74808qrawmv"))))
|
"1mp8mb79prgf5fzlaix4fvslr4q67hrzxqdv3kr7mik1mf9jv8p6"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://cran.r-project.org/web/packages/plotrix")
|
(home-page "https://cran.r-project.org/web/packages/plotrix")
|
||||||
(synopsis "Various plotting functions")
|
(synopsis "Various plotting functions")
|
||||||
|
|
Loading…
Reference in a new issue