guix_mirror_bot pushed a commit to branch master
in repository guix.
commit cf2b74021206616c8e1106077f281508aa1fe2b8
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Wed Jan 7 10:42:16 2026 +0100
gnu: wofi: Update to 1.5.3
* gnu/packages/xdisorg.scm (wofi): Update to 1.5.3.
Change-Id: I5b06f32e70fd7a8b92fca03495e00adc53af19d6
Signed-off-by: Ludovic Courtès <[email protected]>
Merges: #5435
---
gnu/packages/xdisorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 2bac985fc0..d634590e63 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -66,7 +66,7 @@
;;; Copyright © 2023 Hilton Chain <[email protected]>
;;; Copyright © 2024 Artyom V. Poptsov <[email protected]>
;;; Copyright © 2024 Igor Goryachev <[email protected]>
-;;; Copyright © 2024, 2025 Ashish SHUKLA <[email protected]>
+;;; Copyright © 2024-2026 Ashish SHUKLA <[email protected]>
;;; Copyright © 2024 Spencer Peters <[email protected]>
;;; Copyright © 2024 Jakob Kirsch <[email protected]>
;;; Copyright © 2025 Evgeny Pisemsky <[email protected]>
@@ -3896,7 +3896,7 @@ desktop notifications.")
(define-public wofi
(package
(name "wofi")
- (version "1.5.1")
+ (version "1.5.3")
(source (origin
(method hg-fetch)
(uri (hg-reference
@@ -3905,7 +3905,7 @@ desktop notifications.")
(file-name (git-file-name name version))
(sha256
(base32
- "1xqgpqx7zing9b2w73f8x1shk52g63jyncnq36ss7wbh69c7rsmg"))))
+ "0arfwr9ih8h34c8za993zmj7cg7znx3vfrg1i5yhvvblkicc7jxc"))))
(build-system meson-build-system)
(arguments
(list #:glib-or-gtk? #t))