gnu: r-arules: Update to 1.6-3.

* gnu/packages/cran.scm (r-arules): Update to 1.6-3.
master
Ricardo Wurmus 2019-03-07 23:46:26 +01:00
parent f5ce1dcce2
commit ea010aa31e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4784,14 +4784,14 @@ evaluated by the @dfn{Akaike Information Criterion} (AIC).")
(define-public r-arules
(package
(name "r-arules")
(version "1.6-2")
(version "1.6-3")
(source
(origin
(method url-fetch)
(uri (cran-uri "arules" version))
(sha256
(base32
"0vnss6akk3564kbci3h5rq8ylpckz77cgmflly3gn6fki66f7g96"))))
"0dimrq1pz449z0mz9m87nhm5bpc0v789bcc3lghhh97wwi5zah9y"))))
(build-system r-build-system)
(propagated-inputs
`(("r-matrix" ,r-matrix)))