guix-commits
[Top][All Lists]
Advanced

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

31/47: gnu: r-dalex: Update to 0.4.7.


From: guix-commits
Subject: 31/47: gnu: r-dalex: Update to 0.4.7.
Date: Mon, 2 Sep 2019 08:41:18 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit d64ac92f6c6871351e130eeb23cf3663922d4bd3
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Sep 2 14:34:28 2019 +0200

    gnu: r-dalex: Update to 0.4.7.
    
    * gnu/packages/cran.scm (r-dalex): Update to 0.4.7.
---
 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 68abdf8..21030c5 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -14617,14 +14617,14 @@ engine (Salmon et al., 2011) as provided by the 
package @code{sitmo}.")
 (define-public r-dalex
   (package
     (name "r-dalex")
-    (version "0.4.4")
+    (version "0.4.7")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "DALEX" version))
        (sha256
         (base32
-         "04i17ni8g595jj8dxdfwr9vsxmdn2kkam90ab68vlwws3ywqjl6r"))))
+         "0iiwkf0pfdb90lf1xhv43qd32z3cjmkmf0ly9841n5lldkjazy3h"))))
     (properties `((upstream-name . "DALEX")))
     (build-system r-build-system)
     (propagated-inputs `(("r-ggplot2" ,r-ggplot2)))



reply via email to

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