gnu: r-dalex: Update to 0.4.9.

* gnu/packages/cran.scm (r-dalex): Update to 0.4.9.
This commit is contained in:
Ricardo Wurmus 2019-10-27 08:34:14 +01:00
parent 04eb73ee32
commit 0eed4fde45
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -14792,14 +14792,14 @@ (define-public r-dqrng
(define-public r-dalex
(package
(name "r-dalex")
(version "0.4.7")
(version "0.4.9")
(source
(origin
(method url-fetch)
(uri (cran-uri "DALEX" version))
(sha256
(base32
"0iiwkf0pfdb90lf1xhv43qd32z3cjmkmf0ly9841n5lldkjazy3h"))))
"1zviaf7530v8w996lbma0vplabrapgwldi7h70pr0439sxaqd421"))))
(properties `((upstream-name . "DALEX")))
(build-system r-build-system)
(propagated-inputs `(("r-ggplot2" ,r-ggplot2)))