gnu: r-dalex: Update to 1.3.0.
* gnu/packages/cran.scm (r-dalex): Update to 1.3.0.
This commit is contained in:
parent
2e1cfd24ad
commit
82658db3df
1 changed files with 2 additions and 2 deletions
|
@ -15790,14 +15790,14 @@ classification and regression models.")
|
||||||
(define-public r-dalex
|
(define-public r-dalex
|
||||||
(package
|
(package
|
||||||
(name "r-dalex")
|
(name "r-dalex")
|
||||||
(version "1.2.1")
|
(version "1.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "DALEX" version))
|
(uri (cran-uri "DALEX" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0lx8nasm1zgh1ckz8nw3ysp6xjv3dsj39hzhr6k3xhh6i8pm9rxk"))))
|
"1azbnykaddsfp2qmxmhpjz76zg78msxv6n2jqkq4gwbgqa5vdfd2"))))
|
||||||
(properties `((upstream-name . "DALEX")))
|
(properties `((upstream-name . "DALEX")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue