mhw pushed a commit to branch gnome-updates
in repository guix.
commit 6b7d7e9b6fd04fc16b9a587fd4a0e351ee7c4ee0
Author: Mark H Weaver <[email protected]>
Date: Mon Jan 9 04:00:48 2017 -0500
gnu: gusb: Update to 0.2.9.
* gnu/packages/gnome.scm (gusb): Update to 0.2.9.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index be376ba..fcd4f47 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3511,7 +3511,7 @@ DAV, and others.")
(define-public gusb
(package
(name "gusb")
- (version "0.2.6")
+ (version "0.2.9")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/hughsie/libgusb/archive/"
@@ -3521,7 +3521,7 @@ DAV, and others.")
".tar.gz"))
(sha256
(base32
- "0h9dzaza81b0mx5jfh5cnc31xdynl0jsxgwvl6vqyhy8mnwfi5nr"))))
+ "1500mgpidmnjfkcz1fzqkbqv547iy1cvr8bwf3k9vqgqcjx3844n"))))
(build-system gnu-build-system)
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-genmarshal, etc.