mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: xkbcomp: Update to 1.4.2.
* gnu/packages/xorg.scm (xkbcomp-intermediate): Update to 1.4.2.
This commit is contained in:
parent
77c74789d4
commit
bd1efded37
1 changed files with 2 additions and 2 deletions
|
@ -3707,7 +3707,7 @@ (define-public xinput
|
|||
(define xkbcomp-intermediate ; used as input for xkeyboard-config
|
||||
(package
|
||||
(name "xkbcomp-intermediate")
|
||||
(version "1.4.1")
|
||||
(version "1.4.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -3717,7 +3717,7 @@ (define xkbcomp-intermediate ; used as input for xkeyboard-config
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0djp7bb0ch2ddwmc1bkg4fddxdvamiiz375x0r0ni5dcb37w93bl"))))
|
||||
"0944rrkkf0dxp07vhh9yr4prslxhqyw63qmbjirbv1bypswvrn3d"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("xproto" ,xproto)
|
||||
|
|
Loading…
Reference in a new issue