z572 pushed a commit to branch master
in repository guix.

commit 5ac1a44307ea993a766776c45044866efa627410
Author: Zheng Junjie <[email protected]>
AuthorDate: Thu Nov 28 16:50:00 2024 +0800

    gnu: wlogout: Update to 1.2.2.
    
    * gnu/packages/wm.scm (wlogout): Update to 1.2.2.
    
    Change-Id: Ieb1559bd50f3aad988ec4e16cfe5396004a3cab3
---
 gnu/packages/wm.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index cee01e621e..70649f2d1f 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -3667,7 +3667,7 @@ which do not support it.")
 (define-public wlogout
   (package
     (name "wlogout")
-    (version "1.1.1")
+    (version "1.2.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3676,7 +3676,7 @@ which do not support it.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1swhzkqkzli59c89pvrakfvicd00x7ga860c3x2pbb4y3xziqfvi"))))
+                "0pzgpfnfzpkc6y14x4g5wv5ldm67vshcp893i4rszfx4kv5ikmpy"))))
     (build-system meson-build-system)
     (native-inputs
      (list pkg-config scdoc))

Reply via email to