me
/
guix
Archived
1
0
Fork 0

gnu: r-dalex: Update to 2.4.1.

* gnu/packages/cran.scm (r-dalex): Update to 2.4.1.
master
Ricardo Wurmus 2022-05-28 08:30:37 +02:00
parent b9f2b030e4
commit 1655a72596
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -19961,14 +19961,14 @@ been used in the call to @code{aov}.")
(define-public r-dalex
(package
(name "r-dalex")
(version "2.4.0")
(version "2.4.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "DALEX" version))
(sha256
(base32
"1s7r7k5ihdbj69r27vbcs3ghra9s4yqw7cyh2rkm2ry901zq3114"))))
"0mcdd2bd8zlsz7x174g87dp8vy4wc06w58dyr27f6lgv9shzya8j"))))
(properties `((upstream-name . "DALEX")))
(build-system r-build-system)
(propagated-inputs