diff options
| author | Sughosha <sughosha@disroot.org> | 2026-02-09 01:58:10 +0530 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-24 12:04:44 +0100 |
| commit | 289de430b52decf677b951e0ac26ff10ed8e91ed (patch) | |
| tree | 690498a2b3b75cbec12ea5f978043cec03dddad6 /gnu | |
| parent | 7a20bdfe62a5cf3377d87c7dbcd9585f64921e77 (diff) | |
gnu: kded: Update to 6.22.0.
* gnu/packages/kde-frameworks.scm (kded): Update to 6.22.0.
Change-Id: I42f71f5a22bcd85c5a78b468d405b83d2fe582d2
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/kde-frameworks.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 54d05ff32db..aebab865847 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -3377,7 +3377,7 @@ that offer bindings to some of the Frameworks.") (define-public kded (package (name "kded") - (version "6.21.0") + (version "6.22.0") (source (origin (method url-fetch) (uri (string-append @@ -3386,7 +3386,7 @@ that offer bindings to some of the Frameworks.") name "-" version ".tar.xz")) (sha256 (base32 - "18fx0al5ax2xdif0dx5r49019gwbbshyacsckm6d12yrivzjqlrn")))) + "0zglfabmy1p4msi3z7gf6vjml25vaaj77xfna5scy394ih341rdz")))) (build-system cmake-build-system) (arguments (list #:tests? #f)) (native-inputs |
