mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-dalex: Update to 0.4.9.
* gnu/packages/cran.scm (r-dalex): Update to 0.4.9.
This commit is contained in:
parent
04eb73ee32
commit
0eed4fde45
1 changed files with 2 additions and 2 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue