guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit a7384c3726237772b0944ec4fdea7118a91f2709
Author: Sughosha <[email protected]>
AuthorDate: Mon Feb 9 01:58:11 2026 +0530
gnu: knotifyconfig: Update to 6.22.0.
* gnu/packages/kde-frameworks.scm (knotifyconfig): Update to 6.22.0.
Change-Id: I75ba6122ca4587db0d5a93f226bde64fa1809ed5
---
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 958c041221..838ad254aa 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4036,7 +4036,7 @@ specification.")
(define-public knotifyconfig
(package
(name "knotifyconfig")
- (version "6.21.0")
+ (version "6.22.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -4045,7 +4045,7 @@ specification.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0iqv9a3x5d52p3vdjircrj30bdcphk40vsdkvcpa8kihacaldrqz"))))
+ "1d4xlggxszcc42bln63jyf9yadmhhshvfbs3imvnzl0q3r58dihl"))))
(build-system cmake-build-system)
(arguments (list #:tests? #f))
(native-inputs