guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/22: gnu: usbredir: Update to 0.13.0.


From: guix-commits
Subject: 07/22: gnu: usbredir: Update to 0.13.0.
Date: Sat, 25 Feb 2023 14:51:28 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 0d07629295b5e9a0f170640b1aa741ffc3b1153c
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Feb 16 10:41:53 2023 -0500

    gnu: usbredir: Update to 0.13.0.
    
    * gnu/packages/spice.scm (usbredir): Update to 0.13.0.
    [inputs]: Add glib.
    [native-inputs]: Remove autoconf, automake, and libtool.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/spice.scm | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index 44bcd5156b..fc63b7228f 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -62,19 +62,18 @@
   (package
     (name "usbredir")
     (home-page "https://spice-space.org";)
-    (version "0.9.0")
+    (version "0.13.0")
     (source (origin
               (method url-fetch)
               (uri (string-append home-page "/download/" name "/" name "-"
                                   version ".tar.xz"))
               (sha256
                (base32
-                "19jnpzlanq0a1m5lmlcsp50wxf7icxvpvclx7hnf0zxw8azngqd3"))))
-    (build-system gnu-build-system)
-    (propagated-inputs
-     (list libusb))
-    (native-inputs
-     (list autoconf automake libtool pkg-config))
+                "0vn4gnd8nmnrvvj2rm7akf4sbcslmdk3v22k9kmxxrha5jhgm9jb"))))
+    (build-system meson-build-system)
+    (propagated-inputs (list libusb))
+    (inputs (list glib))
+    (native-inputs (list pkg-config))
     (synopsis "Tools for sending USB device traffic over a network")
     (description
      "Usbredir is a network protocol for sending USB device traffic over a



reply via email to

[Prev in Thread] Current Thread [Next in Thread]