gnu: r-gtools: Update to 3.8.2.

* gnu/packages/statistics.scm (r-gtools): Update to 3.8.2.
This commit is contained in:
Ricardo Wurmus 2020-04-01 11:10:43 +02:00
parent 383895dde4
commit 13472a670c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -4122,14 +4122,14 @@ (define-public r-sfsmisc
(define-public r-gtools
(package
(name "r-gtools")
(version "3.8.1")
(version "3.8.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "gtools" version))
(sha256
(base32
"0f5syk1qq6cjq6hwymvkiyhzwa389z94722v881ipbfqkd2q8505"))))
"1pnwy412wvhhvnnx8qg6s9hrgcnsfhnfcpf2560ipipk845acfsh"))))
(build-system r-build-system)
(arguments
`(#:phases