~ruther/guix-local

6825643af506ad465b91b92af882144062ec5cb4 — Joaquín Aguirrezabalaga 9 months ago 6c53b11
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 <andreas@enge.fr>
1 files changed, 4 insertions(+), 3 deletions(-)

M gnu/packages/flashing-tools.scm
M gnu/packages/flashing-tools.scm => gnu/packages/flashing-tools.scm +4 -3
@@ 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")