me
/
guix
Archived
1
0
Fork 0

gnu: xkbcomp: Update to 1.4.4.

* gnu/packages/xorg.scm (xkbcomp-intermediate): Update to 1.4.4.  Reindent.
master
Marius Bakke 2020-12-13 20:53:16 +01:00
parent 17c6b81a67
commit 0559cdfab1
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 13 additions and 15 deletions

View File

@ -3905,20 +3905,18 @@ alternative implementations like XRandR or TwinView.")
(license license:x11))) (license license:x11)))
(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.3") (version "1.4.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append "mirror://xorg/individual/app/xkbcomp-"
"mirror://xorg/individual/app/xkbcomp-" version ".tar.bz2"))
version
".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0dflr250nlj6rrnv658f6dm8qx37sj0xfimc3ihay761kwb2q906")))) "0zpjkbap9160pdd6jpgb5f0yg5281w0rkkx1l0i7g887lq1ydk2r"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("xorgproto" ,xorgproto) `(("xorgproto" ,xorgproto)