mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 13:17:10 -05:00
gnu: xkbcomp: Update to 1.4.4.
* gnu/packages/xorg.scm (xkbcomp-intermediate): Update to 1.4.4. Reindent.
This commit is contained in:
parent
17c6b81a67
commit
0559cdfab1
1 changed files with 13 additions and 15 deletions
|
@ -3908,17 +3908,15 @@ (define-public xinput
|
|||
(define xkbcomp-intermediate ;used as input for xkeyboard-config
|
||||
(package
|
||||
(name "xkbcomp-intermediate")
|
||||
(version "1.4.3")
|
||||
(version "1.4.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://xorg/individual/app/xkbcomp-"
|
||||
version
|
||||
".tar.bz2"))
|
||||
(uri (string-append "mirror://xorg/individual/app/xkbcomp-"
|
||||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0dflr250nlj6rrnv658f6dm8qx37sj0xfimc3ihay761kwb2q906"))))
|
||||
"0zpjkbap9160pdd6jpgb5f0yg5281w0rkkx1l0i7g887lq1ydk2r"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("xorgproto" ,xorgproto)
|
||||
|
|
Loading…
Reference in a new issue