diff options
author | Marius Bakke <marius@gnu.org> | 2022-06-26 01:26:55 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-06-26 12:06:28 +0200 |
commit | c1d8a6242ec41a6cadf875b6e9582a0e4c63d37a (patch) | |
tree | a39a4fe0f72a2572cd733cd4cc72f06a3eb6cfa7 | |
parent | 42bc54edc7f6303a8e7da727fb6fcbbb965b201c (diff) |
gnu: xcb-proto: Update to 1.15.2.
* gnu/packages/xorg.scm (xcb-proto): Update to 1.15.2.
[source](modules, snippet): Remove.
-rw-r--r-- | gnu/packages/xorg.scm | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 44a4d85abd..4632eb415c 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -2099,7 +2099,7 @@ emulate a TI-30 or an HP-10C.") (define-public xcb-proto (package (name "xcb-proto") - (version "1.15") + (version "1.15.2") (source (origin (method url-fetch) @@ -2108,14 +2108,7 @@ emulate a TI-30 or an HP-10C.") version ".tar.xz")) (sha256 (base32 - "0pwmcmmrc4zll3fvlxcjmyx5569yzaf1fjfvm5px2rc39qk3nk6k")) - (modules '((guix build utils))) - (snippet - '(begin - ;; fractions.gcd has been deprecated since python-3.5. - (substitute* "xcbgen/align.py" - (("from fractions import gcd") "from math import gcd")) - #t)))) + "1vak6q53abwxnkfn6by7j24m48kd2iy7jnskkqzzx8l0ysqvwwkh")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) ("python" ,python-minimal-wrapper))) |