gnu: r-arules: Update to 1.6-3.
* gnu/packages/cran.scm (r-arules): Update to 1.6-3.
This commit is contained in:
parent
f5ce1dcce2
commit
ea010aa31e
1 changed files with 2 additions and 2 deletions
|
@ -4784,14 +4784,14 @@ (define-public r-catdap
|
|||
(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)))
|
||||
|
|
Loading…
Reference in a new issue