mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -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
|
(define-public xcb-util-keysyms
|
||||||
(package
|
(package
|
||||||
(name "xcb-util-keysyms")
|
(name "xcb-util-keysyms")
|
||||||
(version "0.3.9")
|
(version "0.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://xcb.freedesktop.org/dist/" name "-"
|
(uri (string-append "http://xcb.freedesktop.org/dist/" name "-"
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vjwk7vrcfnlhiadv445c6skfxmdrg5v4qf81y8s2s5xagqarqbv"))))
|
"1nbd45pzc1wm6v5drr5338j4nicbgxa5hcakvsvm5pnyy47lky0f"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("libxcb" ,libxcb)))
|
`(("libxcb" ,libxcb)))
|
||||||
|
|
Loading…
Reference in a new issue