guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 7458eeaf143a30e288e0843e55c0c823c97fc12c
Author: Sughosha <[email protected]>
AuthorDate: Fri May 8 06:08:30 2026 +0530
gnu: kde-inotify-survey: Update to 26.04.1.
* gnu/packages/kde-systemtools.scm (kde-inotify-survey): Update to 26.04.1.
Change-Id: I1a66eb7b114476a72930cffd4bca5b18270dd9a9
---
gnu/packages/kde-systemtools.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-systemtools.scm b/gnu/packages/kde-systemtools.scm
index 84d46a4816..5c63eac56e 100644
--- a/gnu/packages/kde-systemtools.scm
+++ b/gnu/packages/kde-systemtools.scm
@@ -155,14 +155,14 @@ The main features of Dolphin are:
(define-public kde-inotify-survey
(package
(name "kde-inotify-survey")
- (version "25.12.3")
+ (version "26.04.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kde-inotify-survey-" version ".tar.xz"))
(sha256
- (base32 "1qwhdh4qfv7834vghzsasdgk1h080jpzb5nkbd5g0v8nvi6j1h05"))))
+ (base32 "16844gn7zh97lf81h6g64hnnrral800kkd10q389j5i5cfnl1l1k"))))
(build-system qt-build-system)
(arguments
(list #:qtbase qtbase))