summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2017-01-09 04:00:48 -0500
committerMark H Weaver <mhw@netris.org>2017-01-11 11:33:56 -0500
commit6b7d7e9b6fd04fc16b9a587fd4a0e351ee7c4ee0 (patch)
tree79b764f987f324b781f677e2f9fb37cbf96e0c99 /gnu/packages/gnome.scm
parent8852ca246139444460dfadfffd32c433d9eb3069 (diff)
downloadguix-patches-6b7d7e9b6fd04fc16b9a587fd4a0e351ee7c4ee0.tar
guix-patches-6b7d7e9b6fd04fc16b9a587fd4a0e351ee7c4ee0.tar.gz
gnu: gusb: Update to 0.2.9.
* gnu/packages/gnome.scm (gusb): Update to 0.2.9.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index be376ba7b0..fcd4f47fa8 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.