mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
6c53b11e1c
commit
6825643af5
1 changed files with 4 additions and 3 deletions
|
@ -14,6 +14,7 @@
|
||||||
;;; Copyright © 2023 B. Wilson <x@wilsonb.com>
|
;;; Copyright © 2023 B. Wilson <x@wilsonb.com>
|
||||||
;;; Copyright © 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
;;; Copyright © 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||||
;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@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.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -591,7 +592,7 @@ formats, and can perform many different manipulations.")
|
||||||
(define-public uuu
|
(define-public uuu
|
||||||
(package
|
(package
|
||||||
(name "uuu")
|
(name "uuu")
|
||||||
(version "1.5.125")
|
(version "1.5.201")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -601,7 +602,7 @@ formats, and can perform many different manipulations.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02nyax1z2qkcxs764lj5cpazv8n957hv9ipd9b5rqpgi9pgnvlvz"))))
|
"0jil04khy0lxllhapdm86yyq9i3xqrlvmf6g5r53qmq9jyvxwlhv"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests
|
`(#:tests? #f ; no tests
|
||||||
#:modules ((guix build utils)
|
#:modules ((guix build utils)
|
||||||
|
@ -629,7 +630,7 @@ formats, and can perform many different manipulations.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list libusb bzip2 zlib libzip openssl
|
(list libusb bzip2 zlib libzip openssl tinyxml2
|
||||||
`(,zstd "lib")))
|
`(,zstd "lib")))
|
||||||
(home-page "https://github.com/NXPmicro/mfgtools")
|
(home-page "https://github.com/NXPmicro/mfgtools")
|
||||||
(synopsis "Freescale/NXP I.MX chip image deploy tools")
|
(synopsis "Freescale/NXP I.MX chip image deploy tools")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue