gnu: gusb: Update to 0.2.9.
* gnu/packages/gnome.scm (gusb): Update to 0.2.9.
This commit is contained in:
parent
8852ca2461
commit
6b7d7e9b6f
|
@ -3511,7 +3511,7 @@ DAV, and others.")
|
||||||
(define-public gusb
|
(define-public gusb
|
||||||
(package
|
(package
|
||||||
(name "gusb")
|
(name "gusb")
|
||||||
(version "0.2.6")
|
(version "0.2.9")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/hughsie/libgusb/archive/"
|
(uri (string-append "https://github.com/hughsie/libgusb/archive/"
|
||||||
|
@ -3521,7 +3521,7 @@ DAV, and others.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0h9dzaza81b0mx5jfh5cnc31xdynl0jsxgwvl6vqyhy8mnwfi5nr"))))
|
"1500mgpidmnjfkcz1fzqkbqv547iy1cvr8bwf3k9vqgqcjx3844n"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("glib:bin" ,glib "bin") ; for glib-genmarshal, etc.
|
`(("glib:bin" ,glib "bin") ; for glib-genmarshal, etc.
|
||||||
|
|
Loading…
Reference in New Issue