@@ 14,6 14,7 @@
;;; Copyright © 2023 B. Wilson <x@wilsonb.com>
;;; Copyright © 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
+;;; Copyright © 2025 Joaquín Aguirrezabalaga <kinote@kinote.org>
;;;
;;; 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")