guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

63/80: gnu: r-mlr3tuning: Update to 0.17.1.


From: guix-commits
Subject: 63/80: gnu: r-mlr3tuning: Update to 0.17.1.
Date: Mon, 19 Dec 2022 12:32:25 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 627246b1347553bdd0764f7d09774253cc353fe7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Dec 19 17:07:30 2022 +0100

    gnu: r-mlr3tuning: Update to 0.17.1.
    
    * gnu/packages/cran.scm (r-mlr3tuning): Update to 0.17.1.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 51f872fc60..3f367577c2 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -32499,13 +32499,13 @@ annealing.")
 (define-public r-mlr3tuning
   (package
     (name "r-mlr3tuning")
-    (version "0.17.0")
+    (version "0.17.1")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "mlr3tuning" version))
               (sha256
                (base32
-                "1dg02qyyymflgws47sly3b7wd8nj4i9vv7ybx42hgvd55al3smdp"))))
+                "03habi7dm5xgwfb4zjn9nhvyym46qcljy31jz32fxalsap1mk9jb"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-bbotk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]