diff options
| author | Sughosha <sughosha@disroot.org> | 2026-03-03 21:57:13 +0530 |
|---|---|---|
| committer | Sughosha <sughosha@disroot.org> | 2026-03-16 07:43:56 +0530 |
| commit | 2b610cb2e5eb76d118b43b1e2e4f16f09b1f756a (patch) | |
| tree | 95527947ff2bae475c453272c4ebc8f244adc398 /gnu | |
| parent | 7b050f273117a133effe8a75b6c33942f515cd11 (diff) | |
gnu: kcolorscheme: Update to 6.23.0.
* gnu/packages/kde-frameworks.scm (kcolorscheme): Update to 6.23.0.
Change-Id: I399c107f9903b9256a25a94259de5b405a180256
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 3bc796a04d4..2d8c2068a2f 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -727,7 +727,7 @@ which can be used to add custom colors to the popup menu.") (define-public kcolorscheme (package (name "kcolorscheme") - (version "6.22.0") + (version "6.23.0") (source (origin (method url-fetch) (uri (string-append @@ -737,7 +737,7 @@ which can be used to add custom colors to the popup menu.") (sha256 (base32 - "1nipz1czivxlz06jd423vgn00x1m2xhi9rk2bdksglvj1c66r7s5")))) + "073c5hnswas5z8rrsm6pywriyjg29rsz9rw1yj6lrazfia94ljxw")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules)) (inputs (list kguiaddons ki18n |
