From 6825643af506ad465b91b92af882144062ec5cb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20Aguirrezabalaga?= Date: Fri, 11 Jul 2025 15:18:06 +0200 Subject: [PATCH] gnu: uuu: Update to 1.5.201. * gnu/packages/flashing-tools.scm (uuu): Update to 1.5.201. [inputs]: Add tinyxml2. Change-Id: Id8c6b29c33d2808d04aff38f12b1556743dc7e64 Signed-off-by: Andreas Enge --- gnu/packages/flashing-tools.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/flashing-tools.scm b/gnu/packages/flashing-tools.scm index 2ea3fcdd1f6608a68d15edcd9d071b214db7eb74..5b86f60e7bedae7a35dd7aab922d210701cb727e 100644 --- a/gnu/packages/flashing-tools.scm +++ b/gnu/packages/flashing-tools.scm @@ -14,6 +14,7 @@ ;;; Copyright © 2023 B. Wilson ;;; Copyright © 2023 Maxim Cournoyer ;;; Copyright © 2024 Artyom V. Poptsov +;;; Copyright © 2025 Joaquín Aguirrezabalaga ;;; ;;; This file is part of GNU Guix. ;;; @@ -591,7 +592,7 @@ formats, and can perform many different manipulations.") (define-public uuu (package (name "uuu") - (version "1.5.125") + (version "1.5.201") (source (origin (method git-fetch) @@ -601,7 +602,7 @@ formats, and can perform many different manipulations.") (file-name (git-file-name name version)) (sha256 (base32 - "02nyax1z2qkcxs764lj5cpazv8n957hv9ipd9b5rqpgi9pgnvlvz")))) + "0jil04khy0lxllhapdm86yyq9i3xqrlvmf6g5r53qmq9jyvxwlhv")))) (arguments `(#:tests? #f ; no tests #:modules ((guix build utils) @@ -629,7 +630,7 @@ formats, and can perform many different manipulations.") (native-inputs (list pkg-config)) (inputs - (list libusb bzip2 zlib libzip openssl + (list libusb bzip2 zlib libzip openssl tinyxml2 `(,zstd "lib"))) (home-page "https://github.com/NXPmicro/mfgtools") (synopsis "Freescale/NXP I.MX chip image deploy tools")