diff options
author | Zheng Junjie <z572@z572.online> | 2025-07-28 14:06:27 +0800 |
---|---|---|
committer | Zheng Junjie <z572@z572.online> | 2025-07-28 17:50:11 +0800 |
commit | 3839b61042219a003823c419f12fe70307f06bcb (patch) | |
tree | b385aec924c6311fc20bb57396a528c3af59b3be | |
parent | 5bf6d167b3873ff52d6652ae76888b630a364a22 (diff) |
gnu: breeze-gtk: Update to 6.4.3.
* gnu/packages/kde-plasma.scm (breeze-gtk): Update to 6.4.3.
Change-Id: I8c19245a34f90ca40d3940c606dbd5c30cf5e42e
-rw-r--r-- | gnu/packages/kde-plasma.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm index 2e7cd97db2..df06e2d21a 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -193,7 +193,7 @@ the Plasma Desktop. Breeze is the default theme for the KDE Plasma desktop.") (define-public breeze-gtk (package (name "breeze-gtk") - (version "6.3.4") + (version "6.4.3") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/plasma/" @@ -201,7 +201,7 @@ the Plasma Desktop. Breeze is the default theme for the KDE Plasma desktop.") "-" version ".tar.xz")) (sha256 (base32 - "0vsn0mnsqink5y5rvms3hgjj7608ngylrvw0v6li5swl7hfrh5bc")))) + "00z81q3fy9033gga1ihk183a17f7hsgb149hbmqvr5i58qmav4fv")))) (build-system qt-build-system) (arguments (list |