mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: xkbcomp: Update to 1.4.0.
* gnu/packages/xorg.scm (xkbcomp-intermediate, xkbcomp): Update to 1.4.0.
This commit is contained in:
parent
f432254237
commit
c854815c73
1 changed files with 2 additions and 2 deletions
|
@ -3623,7 +3623,7 @@ (define-public xinput
|
||||||
(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.3.1")
|
(version "1.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -3633,7 +3633,7 @@ (define xkbcomp-intermediate ; used as input for xkeyboard-config
|
||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gcjy70ppmcl610z8gxc7sydsx93f8cm8pggm4qhihaa1ngdq103"))))
|
"0syfc6zscvai824mzihlnrqxhkcr27dzkpy8zndavi83iischsdw"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("xproto" ,xproto)
|
`(("xproto" ,xproto)
|
||||||
|
|
Loading…
Reference in a new issue