diff options
author | Felix Lechner <felix.lechner@lease-up.com> | 2022-06-08 16:18:51 -0700 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-06-09 15:26:49 +0200 |
commit | 0d09e2e29d1ef0afabebd843f51d41d6cfe340ee (patch) | |
tree | cd01b6dc5ef747a2631489514d1fd11ae11cdfcf /gnu/packages/xorg.scm | |
parent | 8c3e9da13a3c92a7db308db8c0d81cb474ad7799 (diff) | |
download | guix-0d09e2e29d1ef0afabebd843f51d41d6cfe340ee.tar guix-0d09e2e29d1ef0afabebd843f51d41d6cfe340ee.tar.gz |
gnu: xcb-proto: Update to 1.15.
* gnu/packages/xorg.scm (xcb-proto): Update to 1.15.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r-- | gnu/packages/xorg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 7120764a00..39dd69c920 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -2100,7 +2100,7 @@ emulate a TI-30 or an HP-10C.") (define-public xcb-proto (package (name "xcb-proto") - (version "1.14") + (version "1.15") (source (origin (method url-fetch) @@ -2109,7 +2109,7 @@ emulate a TI-30 or an HP-10C.") version ".tar.xz")) (sha256 (base32 - "01d62r286yfc3rpz714nqdgkl0wk9j0wqkd4ylas1d7r4vmkqshq")) + "0pwmcmmrc4zll3fvlxcjmyx5569yzaf1fjfvm5px2rc39qk3nk6k")) (modules '((guix build utils))) (snippet '(begin |