mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 19:09:27 +01: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 @@ emulate a TI-30 or an HP-10C.")
|
||||||
(define-public xcb-proto
|
(define-public xcb-proto
|
||||||
(package
|
(package
|
||||||
(name "xcb-proto")
|
(name "xcb-proto")
|
||||||
(version "1.14")
|
(version "1.15")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2109,7 +2109,7 @@ emulate a TI-30 or an HP-10C.")
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01d62r286yfc3rpz714nqdgkl0wk9j0wqkd4ylas1d7r4vmkqshq"))
|
"0pwmcmmrc4zll3fvlxcjmyx5569yzaf1fjfvm5px2rc39qk3nk6k"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Loading…
Add table
Reference in a new issue