guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 669dde3e8df1d3d346c0724d9afc6a01bfa18830
Author: Cayetano Santos <[email protected]>
AuthorDate: Tue Oct 14 08:58:16 2025 +0200

    gnu: uuu: Update to 1.5.233.
    
    * gnu/packages/flashing-tools.scm (uuu): Update to 1.5.233.
    
    Change-Id: I758e28f53257a3ad0f11f5c79856f7d057008d04
    Signed-off-by: Ekaitz Zarraga <[email protected]>
---
 gnu/packages/flashing-tools.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/flashing-tools.scm b/gnu/packages/flashing-tools.scm
index a62be34053..d1ee23dc80 100644
--- a/gnu/packages/flashing-tools.scm
+++ b/gnu/packages/flashing-tools.scm
@@ -713,7 +713,7 @@ formats, and can perform many different manipulations.")
 (define-public uuu
   (package
     (name "uuu")
-    (version "1.5.201")
+    (version "1.5.233")
     (source
      (origin
        (method git-fetch)
@@ -723,7 +723,7 @@ formats, and can perform many different manipulations.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0jil04khy0lxllhapdm86yyq9i3xqrlvmf6g5r53qmq9jyvxwlhv"))))
+         "08pck42sywg0ibj79lhd3iv9z6bvr5g5bqvkls477x9x85nbsw67"))))
     (build-system cmake-build-system)
     (arguments
      (list

Reply via email to