gnu: gusb: Update to 0.3.5.
* gnu/packages/gnome.scm (gusb): Update to 0.3.5. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>master
parent
8000d225c3
commit
5bf1e85622
|
@ -6433,7 +6433,7 @@ DAV, and others.")
|
||||||
(define-public gusb
|
(define-public gusb
|
||||||
(package
|
(package
|
||||||
(name "gusb")
|
(name "gusb")
|
||||||
(version "0.3.0")
|
(version "0.3.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -6442,7 +6442,7 @@ DAV, and others.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"002pg0p4qzzk5dkyiynm483ir26zxrn4k71c7f6j85mfsdzbgli7"))))
|
"0ifhdqhpyxwsg0z9s1anj7cf5pya5qsqyp5ksh9n7mqwa4lrjkl8"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gobject-introspection" ,gobject-introspection)
|
`(("gobject-introspection" ,gobject-introspection)
|
||||||
|
|
Reference in New Issue