gnu: uuu: Update to 1.5.125.

* gnu/packages/flashing-tools.scm (uuu): Update to 1.5.125.
[inputs]: Add zstd:lib.

Change-Id: I2a4f311994fea75c8db48440d00a1ff92ff0ff40
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Mathieu Othacehe 2023-10-31 09:36:06 +01:00
parent e4397a32ac
commit c562008bd1
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -580,7 +580,7 @@ (define-public srecord
(define-public uuu (define-public uuu
(package (package
(name "uuu") (name "uuu")
(version "1.4.165") (version "1.5.125")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -590,7 +590,7 @@ (define-public uuu
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0k309lp27d4k6x4qq0badbk8i47xsc6f3fffz73650iyfs4hcniw")))) "02nyax1z2qkcxs764lj5cpazv8n957hv9ipd9b5rqpgi9pgnvlvz"))))
(arguments (arguments
`(#:tests? #f ; no tests `(#:tests? #f ; no tests
#:modules ((guix build utils) #:modules ((guix build utils)
@ -618,7 +618,8 @@ (define-public uuu
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))
(inputs (inputs
(list libusb bzip2 zlib libzip openssl)) (list libusb bzip2 zlib libzip openssl
`(,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")
(description "@code{uuu} is a command line tool, evolved out of MFGTools. (description "@code{uuu} is a command line tool, evolved out of MFGTools.