me
/
guix
Archived
1
0
Fork 0

gnu: r-mlr3: Update to 0.17.0.

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

Change-Id: Ie1b8e3e1ad4e1f8b770454d9b162aabce313f36f
Ricardo Wurmus 2023-12-15 12:17:06 +01:00
parent 87235849f1
commit 9fc384b8d2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -37037,13 +37037,13 @@ implemented as @code{R6} classes.")
(define-public r-mlr3
(package
(name "r-mlr3")
(version "0.16.1")
(version "0.17.0")
(source (origin
(method url-fetch)
(uri (cran-uri "mlr3" version))
(sha256
(base32
"09klavihc2j6wsd9m2ycppl2ir85z5cxlxl9h6ay9skacylk559n"))))
"1gnn9i33sa2s0s35lhbbjqffjj9m7yhnhh7lyvp7jv9sncw123sa"))))
(build-system r-build-system)
(propagated-inputs
(list r-backports