diff options
| author | Sughosha <sughosha@disroot.org> | 2026-02-09 01:58:14 +0530 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-24 12:04:45 +0100 |
| commit | d6f8021e73d7d900074c802c866621e2b0e67abd (patch) | |
| tree | 860534c050b730701f357b458b9ac45a52f2ad99 /gnu/packages | |
| parent | e88ba9c49a94724a330b2effcab82ef521c2bdc0 (diff) | |
gnu: kxmlgui: Update to 6.22.0.
* gnu/packages/kde-frameworks.scm (kxmlgui): Update to 6.22.0.
Change-Id: I34acf5d885c680e67d73d28fce6a339f899470d2
Diffstat (limited to 'gnu/packages')
| -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 a2a58758b2f..a89465d17f5 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -4619,7 +4619,7 @@ the passwords on KDE work spaces.") (define-public kxmlgui (package (name "kxmlgui") - (version "6.21.0") + (version "6.22.0") (source (origin (method url-fetch) (uri (string-append @@ -4628,7 +4628,7 @@ the passwords on KDE work spaces.") name "-" version ".tar.xz")) (sha256 (base32 - "034pkdnmr096sw41phlb9acd6abih2ydpgmm87b5alxxcl5kkgyf")))) + "1hrsjx4ysaxar648hrlk9ld14grg334nwdhq7b8cv664law12d86")))) (build-system cmake-build-system) (propagated-inputs (list |
