mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-mlr3pipelines: Update to 0.5.0-2.
* gnu/packages/cran.scm (r-mlr3pipelines): Update to 0.5.0-2. Change-Id: I5a83a586c5b0dacfe333df917d40356c2f2b8d80
This commit is contained in:
parent
294ac5e255
commit
87235849f1
1 changed files with 2 additions and 2 deletions
|
@ -36952,13 +36952,13 @@ (define-public r-mlr3misc
|
|||
(define-public r-mlr3pipelines
|
||||
(package
|
||||
(name "r-mlr3pipelines")
|
||||
(version "0.5.0-1")
|
||||
(version "0.5.0-2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "mlr3pipelines" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1pn6zi1qy4ql7zkkzmx52b5l9agppr1rlv3pdnm1dy8y0yc7imhd"))))
|
||||
"0iv09qmr1gpipcylw8mp1y7kqjljy8p5sx466l1wxfaqkf7kw15j"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-backports
|
||||
|
|
Loading…
Reference in a new issue