guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

57/113: gnu: libxinerama: Update to 1.1.5.


From: guix-commits
Subject: 57/113: gnu: libxinerama: Update to 1.1.5.
Date: Mon, 27 Jan 2025 06:27:56 -0500 (EST)

iyzsong pushed a commit to branch xorg-updates
in repository guix.

commit 225401f5d43b2490903c630c5d82070d1c094154
Author: Sou Bunnbu (宋文武) <iyzsong@gmail.com>
AuthorDate: Sat Dec 28 18:09:41 2024 +0800

    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 178e8bf329..1fc397f18a 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4527,17 +4527,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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]