mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-mlr3: Update to 0.13.0.
* gnu/packages/cran.scm (r-mlr3): Update to 0.13.0.
This commit is contained in:
parent
4e5a7055cf
commit
07d00d5f44
1 changed files with 2 additions and 2 deletions
|
@ -29048,13 +29048,13 @@ (define-public r-paradox
|
|||
(define-public r-mlr3
|
||||
(package
|
||||
(name "r-mlr3")
|
||||
(version "0.12.0")
|
||||
(version "0.13.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "mlr3" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0nimwczsgrj29r9qrlz32qc3fkj02369zql7jhkrn3lk3mfy5zmz"))))
|
||||
"1729wbdp62cjjk775qxrahyskp191s9qqnmqbxncfjrpdxphxk34"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-r6" ,r-r6)
|
||||
|
|
Loading…
Reference in a new issue