mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
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>
This commit is contained in:
parent
8c3e9da13a
commit
0d09e2e29d
1 changed files with 2 additions and 2 deletions
|
@ -2100,7 +2100,7 @@ (define-public xcalc
|
|||
(define-public xcb-proto
|
||||
(package
|
||||
(name "xcb-proto")
|
||||
(version "1.14")
|
||||
(version "1.15")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -2109,7 +2109,7 @@ (define-public xcb-proto
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"01d62r286yfc3rpz714nqdgkl0wk9j0wqkd4ylas1d7r4vmkqshq"))
|
||||
"0pwmcmmrc4zll3fvlxcjmyx5569yzaf1fjfvm5px2rc39qk3nk6k"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Reference in a new issue