guix-commits
[Top][All Lists]
Advanced

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

35/44: gnu: r-mlr3viz: Update to 0.10.0.


From: guix-commits
Subject: 35/44: gnu: r-mlr3viz: Update to 0.10.0.
Date: Thu, 14 Nov 2024 05:15:05 -0500 (EST)

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

commit e7e134e47a9b187788980f286f72f78bb333f015
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 14 11:13:19 2024 +0100

    gnu: r-mlr3viz: Update to 0.10.0.
    
    * gnu/packages/cran.scm (r-mlr3viz): Update to 0.10.0.
    
    Change-Id: Ifbe9ebd4a3b8002ad2a13a2529ee078e5a36ad16
---
 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 60a8650002..af97ea0b0f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -39650,13 +39650,13 @@ installation and loading of the core mlr3 packages.")
 (define-public r-mlr3viz
   (package
     (name "r-mlr3viz")
-    (version "0.9.0")
+    (version "0.10.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "mlr3viz" version))
        (sha256
-        (base32 "1dm0xkrmd4c9hs22rxpxvvd4xxki4nxh2x7s06s2d7n3dhr4l3xh"))))
+        (base32 "0xjw59lv6bwq9ww3a3lm4lmxjqrgppr4wpip0p7f6lyr3jpbih51"))))
     (properties `((upstream-name . "mlr3viz")))
     (build-system r-build-system)
     (propagated-inputs (list r-checkmate



reply via email to

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