gnu: r-catools: Update to 1.17.1.1.

* gnu/packages/statistics.scm (r-catools): Update to 1.17.1.1.
This commit is contained in:
Tobias Geerinckx-Rice 2018-08-20 23:08:35 +02:00
parent 0e5d66abf6
commit 4a3cf8929f
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2562,13 +2562,13 @@ (define-public r-bitops
(define-public r-catools
(package
(name "r-catools")
(version "1.17.1")
(version "1.17.1.1")
(source (origin
(method url-fetch)
(uri (cran-uri "caTools" version))
(sha256
(base32
"1x4szsn2qmbzpyjfdaiz2q7jwhap2gky9wq0riah74q0pzz76ank"))))
"01hccp05gz25vhz9nnxv1c91lrxlr7drcw9xf124gggifxf2qgnm"))))
(properties `((upstream-name . "caTools")))
(build-system r-build-system)
(propagated-inputs