me
/
guix
Archived
1
0
Fork 0

gnu: r-arules: Update to 1.7-2.

* gnu/packages/cran.scm (r-arules): Update to 1.7-2.
master
Ricardo Wurmus 2022-01-05 19:34:16 +01:00
parent 42f26beb24
commit 61949e5d3a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7285,14 +7285,14 @@ evaluated by the @dfn{Akaike Information Criterion} (AIC).")
(define-public r-arules
(package
(name "r-arules")
(version "1.7-1")
(version "1.7-2")
(source
(origin
(method url-fetch)
(uri (cran-uri "arules" version))
(sha256
(base32
"0zzwr1mg92ha5l6razdb04da8ik3z3k74rm0rah44l1j2a6d30sk"))))
"16fk4j1pl8yycf9lbvgf10d7iwpsvwpncb7v8sx1dkfsh2a4kw7b"))))
(build-system r-build-system)
(propagated-inputs
(list r-generics r-matrix))