lilyp pushed a commit to branch gnome-team
in repository guix.
commit 96ae0e439dee1119f8db40f8e24323b3fbe7c6f2
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Thu Jan 9 22:38:05 2025 +0100
gnu: usbredir: Update to 0.14.0.
* gnu/packages/spice.scm (usbredir): Update to 0.14.0.
---
gnu/packages/spice.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index 8c2311aa94..dbf428747b 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -68,14 +68,14 @@
(package
(name "usbredir")
(home-page "https://spice-space.org")
- (version "0.13.0")
+ (version "0.14.0")
(source (origin
(method url-fetch)
(uri (string-append home-page "/download/" name "/" name "-"
version ".tar.xz"))
(sha256
(base32
- "0vn4gnd8nmnrvvj2rm7akf4sbcslmdk3v22k9kmxxrha5jhgm9jb"))))
+ "0cm3pal2fmi5168i3vdy18qw2wmvhfy02fn9li2sx3rjg1fgnkcj"))))
(build-system meson-build-system)
(propagated-inputs (list libusb))
(inputs (list glib))