mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kde-gtk-config: Update to 6.4.3.
* gnu/packages/kde-plasma.scm (kde-gtk-config): Update to 6.4.3. Change-Id: Ied8684ce65f8d74c6c6df26cf9e46f53e7462e0c
This commit is contained in:
parent
6c9da34c1d
commit
40b1411e03
1 changed files with 2 additions and 2 deletions
|
@ -543,14 +543,14 @@ RDP server.")
|
||||||
(define-public kde-gtk-config
|
(define-public kde-gtk-config
|
||||||
(package
|
(package
|
||||||
(name "kde-gtk-config")
|
(name "kde-gtk-config")
|
||||||
(version "6.3.6")
|
(version "6.4.3")
|
||||||
(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
|
||||||
"1dajyyll8m2yivyhsy051ifpbfnni5plq4vnmq7r9sjkk1fw4h6f"))))
|
"04jrkdav5iahr6nqr27gal91m717pcvanmkxgdsv26w0pi9j5xr2"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue