diff options
author | Zheng Junjie <[email protected]> | 2024-11-28 16:50:00 +0800 |
---|---|---|
committer | Zheng Junjie <[email protected]> | 2024-12-14 21:09:27 +0800 |
commit | 5ac1a44307ea993a766776c45044866efa627410 (patch) | |
tree | d007d283651e897a7e70badba28307d2a5e59a8a | |
parent | 891d6dc23f209e012df6210c03cbf5f0bd031edd (diff) |
gnu: wlogout: Update to 1.2.2.
* gnu/packages/wm.scm (wlogout): Update to 1.2.2.
Change-Id: Ieb1559bd50f3aad988ec4e16cfe5396004a3cab3
-rw-r--r-- | gnu/packages/wm.scm | 4 |
1 files 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)) |