guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: uuu: Update to 1.5.125.


From: guix-commits
Subject: 01/02: gnu: uuu: Update to 1.5.125.
Date: Fri, 24 Nov 2023 12:11:56 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit c562008bd1d0c0fa8854cbde5ec5e02dcfceb701
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Oct 31 09:36:06 2023 +0100

    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>
---
 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 23d21ca6a9..6165845261 100644
--- a/gnu/packages/flashing-tools.scm
+++ b/gnu/packages/flashing-tools.scm
@@ -580,7 +580,7 @@ formats, and can perform many different manipulations.")
 (define-public uuu
   (package
     (name "uuu")
-    (version "1.4.165")
+    (version "1.5.125")
     (source
      (origin
        (method git-fetch)
@@ -590,7 +590,7 @@ formats, and can perform many different manipulations.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0k309lp27d4k6x4qq0badbk8i47xsc6f3fffz73650iyfs4hcniw"))))
+         "02nyax1z2qkcxs764lj5cpazv8n957hv9ipd9b5rqpgi9pgnvlvz"))))
     (arguments
      `(#:tests? #f                      ; no tests
        #:modules ((guix build utils)
@@ -618,7 +618,8 @@ 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
+           `(,zstd "lib")))
     (home-page "https://github.com/NXPmicro/mfgtools";)
     (synopsis "Freescale/NXP I.MX chip image deploy tools")
     (description "@code{uuu} is a command line tool, evolved out of MFGTools.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]