mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 11:54:33 -05:00
gnu: r-mlr3misc: Update to 0.9.1.
* gnu/packages/cran.scm (r-mlr3misc): Update to 0.9.1.
This commit is contained in:
parent
065f3eac48
commit
43a2eaad02
1 changed files with 2 additions and 2 deletions
|
@ -27078,13 +27078,13 @@ (define-public r-mlr3measures
|
||||||
(define-public r-mlr3misc
|
(define-public r-mlr3misc
|
||||||
(package
|
(package
|
||||||
(name "r-mlr3misc")
|
(name "r-mlr3misc")
|
||||||
(version "0.8.0")
|
(version "0.9.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "mlr3misc" version))
|
(uri (cran-uri "mlr3misc" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0mzicqs8rhzppyd7v3ljqs35k8pp7p2jg5cs7hx21mxr831bwsys"))))
|
"0x1jsysw04a0y5arxl0vbv89s6bhffkwarbvgl1z2jjwz8xcd3jj"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-backports" ,r-backports)
|
`(("r-backports" ,r-backports)
|
||||||
|
|
Loading…
Reference in a new issue