mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: r-dalex: Update to 0.4.4.
* gnu/packages/cran.scm (r-dalex): Update to 0.4.4.
This commit is contained in:
parent
22d556a8e1
commit
006c3dc386
1 changed files with 2 additions and 2 deletions
|
@ -14613,14 +14613,14 @@ (define-public r-dqrng
|
|||
(define-public r-dalex
|
||||
(package
|
||||
(name "r-dalex")
|
||||
(version "0.4")
|
||||
(version "0.4.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "DALEX" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1mr8lqq8s4aacmh7xdhmkmv8vsjqjczlqlaw27xnsljgj2kgq87a"))))
|
||||
"04i17ni8g595jj8dxdfwr9vsxmdn2kkam90ab68vlwws3ywqjl6r"))))
|
||||
(properties `((upstream-name . "DALEX")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs `(("r-ggplot2" ,r-ggplot2)))
|
||||
|
|
Loading…
Reference in a new issue