aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLéo Le Bouter <lle-bout@zaclys.net>2021-01-25 12:10:32 +0100
committerEfraim Flashner <efraim@flashner.co.il>2021-01-28 21:10:22 +0200
commit5bf1e8562256ede4140ead6f0dc5dae3ef2b38c1 (patch)
tree63bfbd7ddd319353ae7326536f1c332eb7d8b252
parent8000d225c35396f9677951046e1a8e04e9be6784 (diff)
downloadguix-5bf1e8562256ede4140ead6f0dc5dae3ef2b38c1.tar
guix-5bf1e8562256ede4140ead6f0dc5dae3ef2b38c1.tar.gz
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>
-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 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)