mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-dalex: Update to 1.0.
* gnu/packages/cran.scm (r-dalex): Update to 1.0.
This commit is contained in:
parent
17c98b536c
commit
f4c2914531
1 changed files with 2 additions and 2 deletions
|
@ -15142,14 +15142,14 @@ (define-public r-dqrng
|
||||||
(define-public r-dalex
|
(define-public r-dalex
|
||||||
(package
|
(package
|
||||||
(name "r-dalex")
|
(name "r-dalex")
|
||||||
(version "0.4.9")
|
(version "1.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
|
||||||
"1zviaf7530v8w996lbma0vplabrapgwldi7h70pr0439sxaqd421"))))
|
"0fcyk1zhpw5yyppyw45rplx8603mrbp4vxq8398h2lswgy1nmls4"))))
|
||||||
(properties `((upstream-name . "DALEX")))
|
(properties `((upstream-name . "DALEX")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs `(("r-ggplot2" ,r-ggplot2)))
|
(propagated-inputs `(("r-ggplot2" ,r-ggplot2)))
|
||||||
|
|
Loading…
Reference in a new issue