guix-commits
[Top][All Lists]
Advanced

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

80/133: gnu: r-mlr3misc: Update to 0.9.4.


From: guix-commits
Subject: 80/133: gnu: r-mlr3misc: Update to 0.9.4.
Date: Thu, 30 Sep 2021 06:43:23 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 7a576a4b4e55a218a582a6d2c113e669111eff41
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Sep 29 15:33:32 2021 +0200

    gnu: r-mlr3misc: Update to 0.9.4.
    
    * gnu/packages/cran.scm (r-mlr3misc): Update to 0.9.4.
---
 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 c8a764d..40eb9ff 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -28862,13 +28862,13 @@ are.")
 (define-public r-mlr3misc
   (package
     (name "r-mlr3misc")
-    (version "0.9.3")
+    (version "0.9.4")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "mlr3misc" version))
               (sha256
                (base32
-                "0i3pngdqasajlwl9cmpqhrx0l6l1gi94kpiz61bm4c9dwkzjwn04"))))
+                "14lcpvxrrl68l3khmy5r266b7yjjlg97pz4xvha0ypx8hlpbqik2"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-backports" ,r-backports)



reply via email to

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