From 5bf1e8562256ede4140ead6f0dc5dae3ef2b38c1 Mon Sep 17 00:00:00 2001 From: Léo Le Bouter Date: Mon, 25 Jan 2021 12:10:32 +0100 Subject: gnu: gusb: Update to 0.3.5. * gnu/packages/gnome.scm (gusb): Update to 0.3.5. Signed-off-by: Efraim Flashner --- 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 505d4bf725..c72ad9a506 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6433,7 +6433,7 @@ DAV, and others.") (define-public gusb (package (name "gusb") - (version "0.3.0") + (version "0.3.5") (source (origin (method git-fetch) (uri (git-reference @@ -6442,7 +6442,7 @@ DAV, and others.") (file-name (git-file-name name version)) (sha256 (base32 - "002pg0p4qzzk5dkyiynm483ir26zxrn4k71c7f6j85mfsdzbgli7")))) + "0ifhdqhpyxwsg0z9s1anj7cf5pya5qsqyp5ksh9n7mqwa4lrjkl8")))) (build-system meson-build-system) (native-inputs `(("gobject-introspection" ,gobject-introspection) -- cgit v1.2.3