mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: kde-gtk-config: Update to 6.1.4.
* gnu/packages/kde-plasma.scm (kde-gtk-config): Update to 6.1.4. Change-Id: I203c534fa0ed515a61a1b855c6fc9d8cd23c3b43
This commit is contained in:
parent
42d331c9b5
commit
cc3d3b52ca
1 changed files with 2 additions and 2 deletions
|
@ -471,14 +471,14 @@ (define-public krdp
|
||||||
(define-public kde-gtk-config
|
(define-public kde-gtk-config
|
||||||
(package
|
(package
|
||||||
(name "kde-gtk-config")
|
(name "kde-gtk-config")
|
||||||
(version "6.1.3")
|
(version "6.1.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/plasma/" version
|
(uri (string-append "mirror://kde/stable/plasma/" version
|
||||||
"/kde-gtk-config-" version ".tar.xz"))
|
"/kde-gtk-config-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ijf80c6cms29i98hrssw1x0ysfp7zz7g9jlskb8lgd9axazk90g"))))
|
"06c0z6ihgql7dapfijfrm6qz6z1sir38ayn74fyjax9fvb4fbm5k"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue