gnu: kcolorscheme: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (kcolorscheme): Update to 6.4.0. Change-Id: I7229e23df6662edba228bac2700fcc3efe088c58master
parent
9ac76c0051
commit
3b3fc90f35
|
@ -673,7 +673,7 @@ which can be used to add custom colors to the popup menu.")
|
||||||
(define-public kcolorscheme
|
(define-public kcolorscheme
|
||||||
(package
|
(package
|
||||||
(name "kcolorscheme")
|
(name "kcolorscheme")
|
||||||
(version "6.3.0")
|
(version "6.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -683,7 +683,7 @@ which can be used to add custom colors to the popup menu.")
|
||||||
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dch0iv6kkbzc7cl5fbcls1ll2h4jdd16kv9g5d9y041ryyk05ri"))))
|
"1342f70qynp711whgykpjbvq154vih7s6zyi8sr9kz1ndd3syx2w"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs (list extra-cmake-modules))
|
(native-inputs (list extra-cmake-modules))
|
||||||
(inputs (list kguiaddons ki18n
|
(inputs (list kguiaddons ki18n
|
||||||
|
|
Reference in New Issue