me
/
guix
Archived
1
0
Fork 0

gnu: xkbset: Update to 0.8.

* gnu/packages/xdisorg.scm (xkbset): Update to 0.8.
Ludovic Courtès 2022-12-08 12:14:20 +01:00
parent 901a424586
commit 25bca2dcb5
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -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))