From 7f45c478f2d7f3e0e92ccb1a693ebc67d923663c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Sat, 28 Dec 2024 18:09:41 +0800 Subject: [PATCH] gnu: libxinerama: Update to 1.1.5. * gnu/packages/xorg.scm (libxinerama): Update to 1.1.5. Change-Id: Ic12ed12a6639128d7c1e438f89f790606c4ed0f8 --- gnu/packages/xorg.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 2ef3e0010f..eb1cfc8b69 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -4526,17 +4526,17 @@ cannot be adequately worked around on the client side of the wire.") (define-public libxinerama (package (name "libxinerama") - (version "1.1.4") + (version "1.1.5") (source (origin (method url-fetch) (uri (string-append "mirror://xorg/individual/lib/libXinerama-" version - ".tar.bz2")) + ".tar.xz")) (sha256 (base32 - "086p0axqj57nvkaqa6r00dnr9kyrn1m8blgf0zjy25zpxkbxn200")))) + "0p08q8q1wg0sixhizl2l1i935bk6x3ckj3bdd6qqr0n1zkqd352h")))) (build-system gnu-build-system) (arguments `(#:configure-flags '("--disable-static" ,@(malloc0-flags))))