guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/47: gnu: r-arules: Update to 1.6-4.


From: guix-commits
Subject: 13/47: gnu: r-arules: Update to 1.6-4.
Date: Mon, 2 Sep 2019 08:41:14 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 2586cfd3d709747c8ccd700d1dc67e6c6069410e
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Sep 2 14:32:40 2019 +0200

    gnu: r-arules: Update to 1.6-4.
    
    * gnu/packages/cran.scm (r-arules): Update to 1.6-4.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d75bb1c..3544411 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5064,14 +5064,14 @@ evaluated by the @dfn{Akaike Information Criterion} 
(AIC).")
 (define-public r-arules
   (package
     (name "r-arules")
-    (version "1.6-3")
+    (version "1.6-4")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "arules" version))
        (sha256
         (base32
-         "0dimrq1pz449z0mz9m87nhm5bpc0v789bcc3lghhh97wwi5zah9y"))))
+         "003c5cd3xzq39h7c19px077ygm0n1v7k83icy5zzrnkagyds2p8n"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-matrix" ,r-matrix)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]