guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit b7543a24406071302b82a2687dc0532e641109b4
Author: Zheng Junjie <[email protected]>
AuthorDate: Wed Jul 23 19:05:15 2025 +0800
gnu: knotifyconfig: Update to 6.16.0.
* gnu/packages/kde-frameworks.scm (knotifyconfig): Update to 6.16.0.
Change-Id: I513d58871f8ccc60b48500b76b2139bf45f0282e
---
gnu/packages/kde-frameworks.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 7f98de868e..91dc93a04f 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4235,7 +4235,7 @@ specification.")
(define-public knotifyconfig
(package
(name "knotifyconfig")
- (version "6.13.0")
+ (version "6.16.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -4244,7 +4244,7 @@ specification.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1d1rz0p270fwx84870kj7nih40kkxnpl3963mf52zs0xzkmkk6xb"))))
+ "166ahfqwp6p0wm0rsx9p2h1d86f0j0nfg4awr4xna2bcspgjin4h"))))
(build-system cmake-build-system)
(arguments (list #:tests? #f))
(native-inputs