[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)))
- branch master updated (2782cb3 -> 320c971), guix-commits, 2021/10/20
- 04/09: gnu: autofs: Update to 5.1.8., guix-commits, 2021/10/20
- 01/09: gnu: cdparanoia: Don't build in parallel., guix-commits, 2021/10/20
- 02/09: gnu: ethtool: Update to 5.14., guix-commits, 2021/10/20
- 06/09: gnu: font-gnu-unifont: Cross-compile binaries., guix-commits, 2021/10/20
- 05/09: gnu: font-gnu-unifont: Update to 14.0.01., guix-commits, 2021/10/20
- 07/09: gnu: flamp: Update to 2.2.07., guix-commits, 2021/10/20
- 09/09: gnu: dfu-util: Update to 0.11.,
guix-commits <=
- 08/09: gnu: eid-mw: Update to 5.0.28., guix-commits, 2021/10/20
- 03/09: gnu: genimage: Factorise substitutions., guix-commits, 2021/10/20