guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: spice-vdagent: Update to 0.20.0.


From: guix-commits
Subject: 03/03: gnu: spice-vdagent: Update to 0.20.0.
Date: Sat, 2 Jan 2021 17:13:51 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 395489cdc959c3f3c026bf545c3ed95efc9919f0
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Mon Dec 28 13:13:10 2020 +0100

    gnu: spice-vdagent: Update to 0.20.0.
    
    * gnu/packages/spice.scm (spice-vdagent): Update to 0.20.0.
    [inputs]: Add libdrm.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/spice.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index 6de99ae..92aeef7 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -261,7 +261,7 @@ Internet and from a wide variety of machine architectures.")
 (define-public spice-vdagent
   (package
     (name "spice-vdagent")
-    (version "0.17.0")
+    (version "0.20.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -269,7 +269,7 @@ Internet and from a wide variety of machine architectures.")
                 "spice-vdagent-" version ".tar.bz2"))
               (sha256
                (base32
-                "0gdkyylyg1hksg0i0anvznqfli2q39335fnrmcd6847frpc8njpi"))))
+                "0n9k2kna2gd1zi6jv45zsp2jlv439nz5l5jjijirxqaycwi74srf"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags
@@ -294,6 +294,7 @@ Internet and from a wide variety of machine architectures.")
       `(("alsa-lib" ,alsa-lib)
         ("dbus" ,dbus)
         ("glib" ,glib)
+        ("libdrm" ,libdrm)
         ("libpciaccess" ,libpciaccess)
         ("libx11" ,libx11)
         ("libxext" ,libxext)



reply via email to

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