diff options
-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 013799f8e51..bcc59c9841a 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -186,7 +186,7 @@ the Plasma Desktop. Breeze is the default theme for the KDE Plasma desktop.") (define-public breeze-gtk (package (name "breeze-gtk") - (version "6.1.2") + (version "6.1.3") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/plasma/" @@ -194,7 +194,7 @@ the Plasma Desktop. Breeze is the default theme for the KDE Plasma desktop.") "-" version ".tar.xz")) (sha256 (base32 - "04gcrbf5b53sqk3ybwwqzbqah04ag03wcplahqw997kgxdqd37sv")))) + "1ny5k9968m2x7wfis760pfn4vq39wyqiw679vr26ijvwqk8z89x5")))) (build-system qt-build-system) (arguments (list |