This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 993da6029d gnu: wofi: Update to 1.5.1.
993da6029d is described below
commit 993da6029d430ca7eac5bd39000b8603996b6e58
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Sun Aug 3 22:28:54 2025 +0200
gnu: wofi: Update to 1.5.1.
* gnu/packages/xdisorg.scm (wofi): Update to 1.5.1.
Change-Id: Ifa90e385fc3603e988b9ae89de5c0d84604c64f5
Signed-off-by: Efraim Flashner <[email protected]>
---
gnu/packages/xdisorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 13cbcc94d8..3d7b270bca 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -3745,7 +3745,7 @@ desktop notifications.")
(define-public wofi
(package
(name "wofi")
- (version "1.4.1")
+ (version "1.5.1")
(source (origin
(method hg-fetch)
(uri (hg-reference
@@ -3754,7 +3754,7 @@ desktop notifications.")
(file-name (git-file-name name version))
(sha256
(base32
- "1z2pmmwq2h3lfsvdazjiz9s3978rcqan7dqdk5iwk4sz2m96irv9"))))
+ "1xqgpqx7zing9b2w73f8x1shk52g63jyncnq36ss7wbh69c7rsmg"))))
(build-system meson-build-system)
(arguments
(list #:glib-or-gtk? #t))