guix-commits
[Top][All Lists]
Advanced

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

63/109: gnu: libxau: Update to 1.0.12.


From: guix-commits
Subject: 63/109: gnu: libxau: Update to 1.0.12.
Date: Sat, 28 Dec 2024 06:10:58 -0500 (EST)

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

commit b6b1b0ef39be869959b2af9ce77afa58234f123f
Author: Sou Bunnbu (宋文武) <iyzsong@gmail.com>
AuthorDate: Sat Dec 28 18:11:59 2024 +0800

    gnu: libxau: Update to 1.0.12.
    
    * gnu/packages/xorg.scm (libxau): Update to 1.0.12.
    
    Change-Id: Ia37b4e2f2602b6b6008d830b6617c19c61d3257d
---
 gnu/packages/xorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index e4fb3cc12e..d5250d3b53 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4815,7 +4815,7 @@ common definitions and porting layer.")
 (define-public libxau
   (package
     (name "libxau")
-    (version "1.0.10")
+    (version "1.0.12")
     (source
       (origin
         (method url-fetch)
@@ -4824,7 +4824,7 @@ common definitions and porting layer.")
                version ".tar.xz"))
         (sha256
           (base32
-            "02hc3azypiiahr9y1cyn0mqc5zd997hh3h0rp7jqfbsd6f9g5rlb"))))
+            "1yy0gx3psxyjcj284xhh44labav7b5zs7gcrks9xi6nklggy9l3l"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--disable-static")))



reply via email to

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