guix-commits
[Top][All Lists]
Advanced

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

09/12: gnu: xfce4-xkb-plugin: Update to 0.8.1.


From: guix-commits
Subject: 09/12: gnu: xfce4-xkb-plugin: Update to 0.8.1.
Date: Sun, 1 Sep 2019 17:04:12 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 3802d759dac5afd00bb378a128051f55a8363c53
Author: L p R n d n <address@hidden>
Date:   Mon Aug 19 16:37:58 2019 +0200

    gnu: xfce4-xkb-plugin: Update to 0.8.1.
    
    * gnu/packages/xfce.scm (xfce4-xkb-plugin): Update to 0.8.1.
    [inputs] Add libwnck. Remove libwnck-2.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/xfce.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 1256578..dcdcc30 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -470,7 +470,7 @@ applications, and includes a search bar to search for 
applications.")
 (define-public xfce4-xkb-plugin
   (package
     (name "xfce4-xkb-plugin")
-    (version "0.7.1")
+    (version "0.8.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://archive.xfce.org/src/panel-plugins/";
@@ -478,7 +478,7 @@ applications, and includes a search bar to search for 
applications.")
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "10g65j5ia389ahhn3b9hr52ghpp0817fk0m60rfrv4wrzqrjxzk1"))))
+                "18b7cnaf3zxm598p2i47vim3kbbi8w923ia1hwabdph1c89cz7n1"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("intltool" ,intltool)
@@ -486,7 +486,7 @@ applications, and includes a search bar to search for 
applications.")
     (inputs
      `(("garcon" ,garcon)
        ("librsvg" ,librsvg)
-       ("libwnck" ,libwnck-2)
+       ("libwnck" ,libwnck)
        ("libx11" ,libx11)
        ("libxfce4ui" ,libxfce4ui)
        ("libxklavier" ,libxklavier)



reply via email to

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