guix-patches
[Top][All Lists]
Advanced

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

[bug#75160] [PATCH xorg-updates 051/109] gnu: xtrans: Update to 1.5.2.


From: iyzsong
Subject: [bug#75160] [PATCH xorg-updates 051/109] gnu: xtrans: Update to 1.5.2.
Date: Sat, 28 Dec 2024 19:15:22 +0800

From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/xorg.scm (xtrans): Update to 1.5.2.

Change-Id: I588982e06bd4d5cb0b5467daedaea61d205c9173
---
 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 a87513b027..860e319ee2 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4280,17 +4280,17 @@ (define-public xsetroot
 (define-public xtrans
   (package
     (name "xtrans")
-    (version "1.4.0")
+    (version "1.5.2")
     (source
       (origin
         (method url-fetch)
         (uri (string-append
                "mirror://xorg/individual/lib/xtrans-"
                version
-               ".tar.bz2"))
+               ".tar.xz"))
         (sha256
           (base32
-            "0wyp0yc6gi72hwc3kjmvm3vkj9p6s407cb6dxx37jh9wb68l8z1p"))))
+            "0v7qvys42md6nvm16xynhb3b8zz534fc60wg0hfi7ab48zivyp2w"))))
     (build-system gnu-build-system)
     (native-inputs (list pkg-config))
     (home-page "https://www.x.org/wiki/";)
-- 
2.46.0






reply via email to

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