guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: xkbset: Update to 0.8.


From: guix-commits
Subject: 03/08: gnu: xkbset: Update to 0.8.
Date: Thu, 8 Dec 2022 07:09:13 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 25bca2dcb5e5d7724a33b1da8bae4f41b70d97cc
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Dec 8 12:14:20 2022 +0100

    gnu: xkbset: Update to 0.8.
    
    * gnu/packages/xdisorg.scm (xkbset): Update to 0.8.
---
 gnu/packages/xdisorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 7965f432ed..5c4fd79091 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -3169,7 +3169,7 @@ if there's more than one.")
 (define-public xkbset
   (package
     (name "xkbset")
-    (version "0.6")
+    (version "0.8")
     (source
      (origin
        (method git-fetch)
@@ -3178,7 +3178,7 @@ if there's more than one.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1b8jf5zfg4a82k7929jkb0prx8yy79nsxa0n7zhhk5a0hwpc32xx"))))
+        (base32 "1xa6sgvnwynl2qrjnsppvb2vg4p5v1pisrfhrmnlymw1fzhh6s9p"))))
     (build-system gnu-build-system)
     (inputs
      (list libx11 perl perl-tk))



reply via email to

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