mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-codetools: Update to 0.2-19.
* gnu/packages/statistics.scm (r-codetools): Update to 0.2-19.
This commit is contained in:
parent
7b9fb40073
commit
0876435e65
1 changed files with 2 additions and 2 deletions
|
@ -573,14 +573,14 @@ (define-public r-cluster
|
|||
(define-public r-codetools
|
||||
(package
|
||||
(name "r-codetools")
|
||||
(version "0.2-18")
|
||||
(version "0.2-19")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "codetools" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0a2c115glq8jxixwfigrpvjabhxchn9r4mc40y41dg9dg6wsd7hs"))))
|
||||
"1ardg28x2cvilkgsj6bdvvp5snsy3rj7jbz9bpcdlcvzr1kybdy4"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/web/packages/codetools")
|
||||
(synopsis "Code analysis tools for R")
|
||||
|
|
Loading…
Reference in a new issue