From 18044c27456ca771271d11174b96572602baea7c Mon Sep 17 00:00:00 2001 From: Chad Williamson Date: Sun, 14 Apr 2024 21:13:04 -0500 Subject: [PATCH] Bump uutils to version with fix for mv bug --- recipes/core/uutils/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/core/uutils/recipe.toml b/recipes/core/uutils/recipe.toml index da50db774..c62c6ed1e 100644 --- a/recipes/core/uutils/recipe.toml +++ b/recipes/core/uutils/recipe.toml @@ -1,6 +1,6 @@ [source] git = "https://github.com/uutils/coreutils" -rev = "68c77b4bd129bdc12d03cc74fe0f817d2df75894" +rev = "9d82fa3b9abd3d359afae0b6b9eb2a22b93b9a1c" [build] template = "custom"