guix-commits
[Top][All Lists]
Advanced

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

07/113: gnu: transset: Update to 1.0.4.


From: guix-commits
Subject: 07/113: gnu: transset: Update to 1.0.4.
Date: Sun, 26 Jan 2025 22:27:18 -0500 (EST)

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

commit ac3659afb8141ca3a8bb0c5d43509ad4e49d04d9
Author: Sou Bunnbu (宋文武) <iyzsong@gmail.com>
AuthorDate: Sat Dec 28 16:25:05 2024 +0800

    gnu: transset: Update to 1.0.4.
    
    * gnu/packages/xorg.scm (transset): Update to 1.0.4.
    
    Change-Id: I94ad9c4023363d4016588bff04dc1180d86575ab
---
 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 5ccc9c3889..df1ef751f0 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6517,14 +6517,14 @@ mouse click.  You can do everything mouse can do with a 
keyboard.")
 (define-public transset
   (package
     (name "transset")
-    (version "1.0.3")
+    (version "1.0.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.x.org/releases/individual/app/";
                                   name "-" version ".tar.gz"))
               (sha256
                (base32
-                "095q1xnr0m1y88gkk85g64plypk813fif0gcfm9bxpmc3nl0vfmd"))))
+                "1hw0sacfa2r18zv1jj47y5blrsb3b5w0yrp5yq9bj3d434k5lhsp"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config))



reply via email to

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