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

commit ad169313700b2767603e5a0e582ef90920cfdc6f
Author: Sou Bunnbu (宋文武) <[email protected]>
AuthorDate: Sat Dec 28 16:30:17 2024 +0800

    gnu: libdmx: Update to 1.1.5.
    
    * gnu/packages/xorg.scm (libdmx): Update to 1.1.5.
    
    Change-Id: I6974b1e8bc6dfa19b3f41539e658e95793a15705
---
 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 30e65398a6..b208ff85a2 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1070,17 +1070,17 @@ of new capabilities and controls for text keyboards.")
 (define-public libdmx
   (package
     (name "libdmx")
-    (version "1.1.4")
+    (version "1.1.5")
     (source
       (origin
         (method url-fetch)
         (uri (string-append
                "mirror://xorg/individual/lib/libdmx-"
                version
-               ".tar.bz2"))
+               ".tar.xz"))
         (sha256
           (base32
-            "0hvjfhrcym770cr0zpqajdy3cda30aiwbjzv16iafkqkbl090gr5"))))
+            "0kzprd1ak3m3042m5hra50nsagswciis9p21ckilyaqbidmf591m"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--disable-static")))

Reply via email to