rekado pushed a commit to branch r-team
in repository guix.

commit 87942750b9675bfedd812e62473197ea3ca8457e
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue Jul 2 14:58:48 2024 +0200

    gnu: r-mlr: Update to 2.19.2.
    
    * gnu/packages/cran.scm (r-mlr): Update to 2.19.2.
    
    Change-Id: I6509606b03cda52dbc38c93de68468faeb49e76e
---
 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 1d6e764c0b..a434fc65f6 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -38387,13 +38387,13 @@ well as email and push notifications.")
 (define-public r-mlr
   (package
     (name "r-mlr")
-    (version "2.19.1")
+    (version "2.19.2")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "mlr" version))
               (sha256
                (base32
-                "00jjhvaqifj6glqsyzixlp56bvlch5smck8kk3klcmwx9pasyllx"))))
+                "1icpa3xa0f7l40i52l3pl43m98j69r75qnqf1yp7wyh6y54p1rl5"))))
     (properties `((upstream-name . "mlr")))
     (build-system r-build-system)
     (inputs (list gdal

Reply via email to