me
/
guix
Archived
1
0
Fork 0

gnu: r-mlr3: Update to 0.20.0.

* gnu/packages/cran.scm (r-mlr3): Update to 0.20.0.

Change-Id: I2a79aa63491380f3f6d19f6a234ba786ea791e89
master
Ricardo Wurmus 2024-07-02 14:58:49 +02:00
parent f3a4117730
commit 179b0c697d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -38875,13 +38875,13 @@ implemented as @code{R6} classes.")
(define-public r-mlr3
(package
(name "r-mlr3")
(version "0.19.0")
(version "0.20.0")
(source (origin
(method url-fetch)
(uri (cran-uri "mlr3" version))
(sha256
(base32
"0dgik4lfrw5m2sqxp33kzkdp7ihlcm27y5p5g5b9wah7h7ramiqs"))))
"1wqcvgqjwfp9lah6kpxcwsz5cpd57agxfjhhggfzp8lnva5p443v"))))
(build-system r-build-system)
(propagated-inputs
(list r-backports