gnu: xkbcomp: Update to 1.4.2.
* gnu/packages/xorg.scm (xkbcomp-intermediate): Update to 1.4.2.master
parent
77c74789d4
commit
bd1efded37
|
@ -3707,7 +3707,7 @@ alternative implementations like XRandR or TwinView.")
|
||||||
(define xkbcomp-intermediate ; used as input for xkeyboard-config
|
(define xkbcomp-intermediate ; used as input for xkeyboard-config
|
||||||
(package
|
(package
|
||||||
(name "xkbcomp-intermediate")
|
(name "xkbcomp-intermediate")
|
||||||
(version "1.4.1")
|
(version "1.4.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -3717,7 +3717,7 @@ alternative implementations like XRandR or TwinView.")
|
||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0djp7bb0ch2ddwmc1bkg4fddxdvamiiz375x0r0ni5dcb37w93bl"))))
|
"0944rrkkf0dxp07vhh9yr4prslxhqyw63qmbjirbv1bypswvrn3d"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("xproto" ,xproto)
|
`(("xproto" ,xproto)
|
||||||
|
|
Reference in New Issue