guix-commits
[Top][All Lists]
Advanced

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

09/09: gnu: dfu-util: Update to 0.11.


From: guix-commits
Subject: 09/09: gnu: dfu-util: Update to 0.11.
Date: Wed, 20 Oct 2021 19:57:42 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 320c971f8e44abc65ed162f20cc93edbb07bd5f5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Oct 21 01:38:33 2021 +0200

    gnu: dfu-util: Update to 0.11.
    
    * gnu/packages/flashing-tools.scm (dfu-util): Update to 0.11.
---
 gnu/packages/flashing-tools.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/flashing-tools.scm b/gnu/packages/flashing-tools.scm
index c7e5c5e..8b881a5 100644
--- a/gnu/packages/flashing-tools.scm
+++ b/gnu/packages/flashing-tools.scm
@@ -190,7 +190,7 @@ ISP.")
 (define-public dfu-util
   (package
     (name "dfu-util")
-    (version "0.10")
+    (version "0.11")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -198,7 +198,7 @@ ISP.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "0hlvc47ccf5hry13saqhc1j5cdq5jyjv4i05kj0mdh3rzj6wagd0"))))
+                "17piiyp08pccqmbhnswv957lkypmmm92kps79hypxvw23ai3pddl"))))
     (build-system gnu-build-system)
     (inputs
      `(("libusb" ,libusb)))



reply via email to

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