mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
gnu: kcolorscheme: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (kcolorscheme): Update to 6.4.0. Change-Id: I7229e23df6662edba228bac2700fcc3efe088c58
This commit is contained in:
parent
9ac76c0051
commit
3b3fc90f35
1 changed files with 2 additions and 2 deletions
|
@ -673,7 +673,7 @@ (define-public kcolorpicker
|
||||||
(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 @@ (define-public kcolorscheme
|
||||||
|
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue