mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: xcb-util-keysyms: Update to 0.4.0.
* gnu/packages/xorg.scm (xcb-util-keysyms): Update to 0.4.0.
This commit is contained in:
parent
6639292daa
commit
60ac75cdd1
1 changed files with 2 additions and 2 deletions
|
@ -4740,14 +4740,14 @@ (define-public xcb-util-image
|
|||
(define-public xcb-util-keysyms
|
||||
(package
|
||||
(name "xcb-util-keysyms")
|
||||
(version "0.3.9")
|
||||
(version "0.4.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://xcb.freedesktop.org/dist/" name "-"
|
||||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0vjwk7vrcfnlhiadv445c6skfxmdrg5v4qf81y8s2s5xagqarqbv"))))
|
||||
"1nbd45pzc1wm6v5drr5338j4nicbgxa5hcakvsvm5pnyy47lky0f"))))
|
||||
(build-system gnu-build-system)
|
||||
(propagated-inputs
|
||||
`(("libxcb" ,libxcb)))
|
||||
|
|
Loading…
Reference in a new issue