guix-commits
[Top][All Lists]
Advanced

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

41/53: gnu: r-dalex: Update to 1.0.


From: guix-commits
Subject: 41/53: gnu: r-dalex: Update to 1.0.
Date: Sat, 22 Feb 2020 14:46:19 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit f4c29145316ab98af22235754dfb3ba0475212f0
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Sat Feb 22 13:52:11 2020 +0100

    gnu: r-dalex: Update to 1.0.
    
    * gnu/packages/cran.scm (r-dalex): Update to 1.0.
---
 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 725bd6b..e3d28cc 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15142,14 +15142,14 @@ engine (Salmon et al., 2011) as provided by the 
package @code{sitmo}.")
 (define-public r-dalex
   (package
     (name "r-dalex")
-    (version "0.4.9")
+    (version "1.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "DALEX" version))
        (sha256
         (base32
-         "1zviaf7530v8w996lbma0vplabrapgwldi7h70pr0439sxaqd421"))))
+         "0fcyk1zhpw5yyppyw45rplx8603mrbp4vxq8398h2lswgy1nmls4"))))
     (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]