[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/10: gnu: dfu-util: Update to 0.10.
From: |
guix-commits |
Subject: |
10/10: gnu: dfu-util: Update to 0.10. |
Date: |
Mon, 30 Nov 2020 15:47:13 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 265e1858fb730bdc57c2059127109520bb2fc3cb
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Nov 30 18:34:06 2020 +0100
gnu: dfu-util: Update to 0.10.
* gnu/packages/flashing-tools.scm (dfu-util): Update to 0.10.
---
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 ed84443..669c45f 100644
--- a/gnu/packages/flashing-tools.scm
+++ b/gnu/packages/flashing-tools.scm
@@ -180,7 +180,7 @@ ISP.")
(define-public dfu-util
(package
(name "dfu-util")
- (version "0.9")
+ (version "0.10")
(source (origin
(method url-fetch)
(uri (string-append
@@ -188,7 +188,7 @@ ISP.")
version ".tar.gz"))
(sha256
(base32
- "0czq73m92ngf30asdzrfkzraag95hlrr74imbanqq25kdim8qhin"))))
+ "0hlvc47ccf5hry13saqhc1j5cdq5jyjv4i05kj0mdh3rzj6wagd0"))))
(build-system gnu-build-system)
(inputs
`(("libusb" ,libusb)))
- branch master updated (d6c4a43 -> 265e185), guix-commits, 2020/11/30
- 01/10: gnu: suil: Update to 0.10.8., guix-commits, 2020/11/30
- 02/10: gnu: sratom: Update to 0.6.6., guix-commits, 2020/11/30
- 03/10: gnu: drbd-utils: Update to 9.15.1., guix-commits, 2020/11/30
- 04/10: gnu: mtools: Update to 4.0.26., guix-commits, 2020/11/30
- 05/10: gnu: photoflare: Update to 1.6.6., guix-commits, 2020/11/30
- 06/10: gnu: Add ziptime., guix-commits, 2020/11/30
- 09/10: gnu: libreoffice: Build reproducibly., guix-commits, 2020/11/30
- 07/10: gnu: sudo: Update to 1.9.4., guix-commits, 2020/11/30
- 08/10: gnu: libfprint: Update to 1.90.4., guix-commits, 2020/11/30
- 10/10: gnu: dfu-util: Update to 0.10.,
guix-commits <=