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