mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: kcolorscheme: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (kcolorscheme): Update to 6.5.0. Change-Id: I33f76042db282a032a8a9846df3aea2524278c82
This commit is contained in:
parent
219f27adbb
commit
1a3c039c1b
1 changed files with 2 additions and 2 deletions
|
@ -673,7 +673,7 @@ (define-public kcolorpicker
|
|||
(define-public kcolorscheme
|
||||
(package
|
||||
(name "kcolorscheme")
|
||||
(version "6.4.0")
|
||||
(version "6.5.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -683,7 +683,7 @@ (define-public kcolorscheme
|
|||
|
||||
(sha256
|
||||
(base32
|
||||
"1342f70qynp711whgykpjbvq154vih7s6zyi8sr9kz1ndd3syx2w"))))
|
||||
"0axlj37ayra5ds8pfajx6pwjidj6i9fcxwld2p68qh6w6zfmafrj"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs (list extra-cmake-modules))
|
||||
(inputs (list kguiaddons ki18n
|
||||
|
|
Loading…
Reference in a new issue