mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
gnu: r-mlr3misc: Update to 0.9.4.
* gnu/packages/cran.scm (r-mlr3misc): Update to 0.9.4.
This commit is contained in:
parent
e647344b59
commit
7a576a4b4e
1 changed files with 2 additions and 2 deletions
|
@ -28862,13 +28862,13 @@ (define-public r-mlr3measures
|
||||||
(define-public r-mlr3misc
|
(define-public r-mlr3misc
|
||||||
(package
|
(package
|
||||||
(name "r-mlr3misc")
|
(name "r-mlr3misc")
|
||||||
(version "0.9.3")
|
(version "0.9.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "mlr3misc" version))
|
(uri (cran-uri "mlr3misc" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0i3pngdqasajlwl9cmpqhrx0l6l1gi94kpiz61bm4c9dwkzjwn04"))))
|
"14lcpvxrrl68l3khmy5r266b7yjjlg97pz4xvha0ypx8hlpbqik2"))))
|
||||||
(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