mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: breeze-gtk: Update to 6.1.4.
* gnu/packages/kde-plasma.scm (breeze-gtk): Update to 6.1.4. Change-Id: Icc7403f2cae80a149da4d89e44b2a642de513ba2
This commit is contained in:
parent
1944ce422c
commit
b761642e92
1 changed files with 2 additions and 2 deletions
|
@ -186,7 +186,7 @@ (define-public breeze-qt5
|
|||
(define-public breeze-gtk
|
||||
(package
|
||||
(name "breeze-gtk")
|
||||
(version "6.1.3")
|
||||
(version "6.1.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/"
|
||||
|
@ -194,7 +194,7 @@ (define-public breeze-gtk
|
|||
"-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ny5k9968m2x7wfis760pfn4vq39wyqiw679vr26ijvwqk8z89x5"))))
|
||||
"1jdf23bdigykjkf326ijg1hv46aq5q0fsx8p7xlxnpdwxpmgqnsy"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue