mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -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
|
||||
(package
|
||||
(name "kcolorscheme")
|
||||
(version "6.3.0")
|
||||
(version "6.4.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -683,7 +683,7 @@ (define-public kcolorscheme
|
|||
|
||||
(sha256
|
||||
(base32
|
||||
"0dch0iv6kkbzc7cl5fbcls1ll2h4jdd16kv9g5d9y041ryyk05ri"))))
|
||||
"1342f70qynp711whgykpjbvq154vih7s6zyi8sr9kz1ndd3syx2w"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs (list extra-cmake-modules))
|
||||
(inputs (list kguiaddons ki18n
|
||||
|
|
Loading…
Reference in a new issue