guix-commits
[Top][All Lists]
Advanced

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

12/18: gnu: xset: Update to 1.2.4.


From: Marius Bakke
Subject: 12/18: gnu: xset: Update to 1.2.4.
Date: Sat, 10 Mar 2018 05:58:32 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 61c70e54857d3283e1aedd6a955e183b1d881660
Author: Marius Bakke <address@hidden>
Date:   Sat Mar 10 09:51:15 2018 +0100

    gnu: xset: Update to 1.2.4.
    
    * gnu/packages/xorg.scm (xset): Update to 1.2.4.
---
 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 e103322..46a09f0 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4239,7 +4239,7 @@ up your screen.")
 (define-public xset
   (package
     (name "xset")
-    (version "1.2.3")
+    (version "1.2.4")
     (source
       (origin
         (method url-fetch)
@@ -4249,7 +4249,7 @@ up your screen.")
                ".tar.bz2"))
         (sha256
           (base32
-            "0qw0iic27bz3yz2wynf1gxs70hhkcf9c4jrv7zhlg1mq57xz90j3"))))
+            "0my987wjvra7l92ry6q44ky383yg3phzxhdbn3lqhapm1ll9bzg4"))))
     (build-system gnu-build-system)
     (inputs
       `(("xproto" ,xproto)



reply via email to

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