gnu: xcb-proto: Update to 1.15.2.
* gnu/packages/xorg.scm (xcb-proto): Update to 1.15.2. [source](modules, snippet): Remove.
This commit is contained in:
parent
42bc54edc7
commit
c1d8a6242e
@ -2099,7 +2099,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.15")
|
(version "1.15.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
@ -2108,14 +2108,7 @@ emulate a TI-30 or an HP-10C.")
|
|||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pwmcmmrc4zll3fvlxcjmyx5569yzaf1fjfvm5px2rc39qk3nk6k"))
|
"1vak6q53abwxnkfn6by7j24m48kd2iy7jnskkqzzx8l0ysqvwwkh"))))
|
||||||
(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))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config) ("python" ,python-minimal-wrapper)))
|
`(("pkg-config" ,pkg-config) ("python" ,python-minimal-wrapper)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user