diff options
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-07-20 00:24:44 +0800 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-08-01 23:44:37 +0800 |
commit | 3b3fc90f35af73ab3d1631814947addeff5e9b28 (patch) | |
tree | a994cb98192e137211fa651f6150e2411c0a8a61 | |
parent | 9ac76c00519fb259f03a08b6d00f111d8169189f (diff) |
gnu: kcolorscheme: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (kcolorscheme): Update to 6.4.0.
Change-Id: I7229e23df6662edba228bac2700fcc3efe088c58
-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 88a7372e87e..1ce0a46f46d 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -673,7 +673,7 @@ which can be used to add custom colors to the popup menu.") (define-public kcolorscheme (package (name "kcolorscheme") - (version "6.3.0") + (version "6.4.0") (source (origin (method url-fetch) (uri (string-append @@ -683,7 +683,7 @@ which can be used to add custom colors to the popup menu.") (sha256 (base32 - "0dch0iv6kkbzc7cl5fbcls1ll2h4jdd16kv9g5d9y041ryyk05ri")))) + "1342f70qynp711whgykpjbvq154vih7s6zyi8sr9kz1ndd3syx2w")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules)) (inputs (list kguiaddons ki18n |