diff options
| author | 宋文武 <iyzsong@member.fsf.org> | 2025-05-04 14:10:15 +0800 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-07-18 20:17:46 +0200 |
| commit | d65940d43ebd4c9fc2a661a5c8cb6e2a0e320cbc (patch) | |
| tree | a7a0011c243267e0e8598e1dd2abb25bddea0c75 /gnu | |
| parent | 9b40240d31f0522e8872ee921a31dc79913d0514 (diff) | |
gnu: kxmlgui: Update to 6.13.0.
* gnu/packages/kde-frameworks.scm (kxmlgui): Update to 6.13.0.
Change-Id: Id35b317c3f54df0bb79e8a55bf61d85e5459bf88
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 2678cc5985e..c8cb3ece28e 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -4916,7 +4916,7 @@ the passwords on KDE work spaces.") (define-public kxmlgui (package (name "kxmlgui") - (version "6.10.0") + (version "6.13.0") (source (origin (method url-fetch) (uri (string-append @@ -4925,7 +4925,7 @@ the passwords on KDE work spaces.") name "-" version ".tar.xz")) (sha256 (base32 - "14hjisg9rjiq49hi74qv2awmc0dpz9i0yrsb42p6r8cdcdasf7sn")))) + "1rhdfp9dalw1l4ya0x33bjdnp8iw1w7jwm5mxvyplpxi7cnlh1p1")))) (build-system cmake-build-system) (propagated-inputs (list kconfig kconfigwidgets)) |
