mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: r-dalex: Update to 2.1.1.
* gnu/packages/cran.scm (r-dalex): Update to 2.1.1.
This commit is contained in:
parent
6802fe3cb7
commit
fa82677b27
1 changed files with 2 additions and 2 deletions
|
@ -17482,14 +17482,14 @@ (define-public r-dae
|
||||||
(define-public r-dalex
|
(define-public r-dalex
|
||||||
(package
|
(package
|
||||||
(name "r-dalex")
|
(name "r-dalex")
|
||||||
(version "2.0.1")
|
(version "2.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "DALEX" version))
|
(uri (cran-uri "DALEX" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hiknx55d91abyfj3w4a2xxin7f1q8h5k0041m7w93xjdc4kis98"))))
|
"1dnqsml94s648w8swsrq8spddnd4mj5pl3q6xxr917w6a1jxgyfz"))))
|
||||||
(properties `((upstream-name . "DALEX")))
|
(properties `((upstream-name . "DALEX")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue