gnu: r-codetools: Update to 0.2-20.

* gnu/packages/statistics.scm (r-codetools): Update to 0.2-20.

Change-Id: I81f61bfa1a5db3f0c6e9738735cc47536e5968ae
This commit is contained in:
Ricardo Wurmus 2024-04-02 10:04:29 +02:00
parent 7bca3d4340
commit 37d1fc0151
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -600,14 +600,14 @@ Hubert, based on Kaufman and Rousseeuw (1990) \"Finding Groups in Data\".")
(define-public r-codetools (define-public r-codetools
(package (package
(name "r-codetools") (name "r-codetools")
(version "0.2-19") (version "0.2-20")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "codetools" version)) (uri (cran-uri "codetools" version))
(sha256 (sha256
(base32 (base32
"1ardg28x2cvilkgsj6bdvvp5snsy3rj7jbz9bpcdlcvzr1kybdy4")))) "0qx8zrlickl45wzzbydsbx5f1vmzhn71x7amzpfj71qpxisz7riv"))))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/codetools") (home-page "https://cran.r-project.org/web/packages/codetools")
(synopsis "Code analysis tools for R") (synopsis "Code analysis tools for R")