diff options
author | Zheng Junjie <873216071@qq.com> | 2023-07-15 15:03:21 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-08-02 22:27:42 +0800 |
commit | 11dadb830e4cc318d52e404c404f8152e8d7d644 (patch) | |
tree | 93387fd139eee042343f47edbc30d6b1c2abcde8 /gnu/packages | |
parent | 3aa824488dfef0ecf1d0c5d6c1415c1a00c3b806 (diff) | |
download | guix-11dadb830e4cc318d52e404c404f8152e8d7d644.tar.gz guix-11dadb830e4cc318d52e404c404f8152e8d7d644.zip |
gnu: breeze-gtk: Update to 5.27.6.
* gnu/packages/kde-plasma.scm (breeze-gtk): Update to 5.27.6.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu/packages')
-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 a45bd2802f..0314b11dfc 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -160,7 +160,7 @@ the Plasma Desktop. Breeze is the default theme for the KDE Plasma desktop.") (define-public breeze-gtk (package (name "breeze-gtk") - (version "5.25.5") + (version "5.27.6") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/plasma/" @@ -168,7 +168,7 @@ the Plasma Desktop. Breeze is the default theme for the KDE Plasma desktop.") "-" version ".tar.xz")) (sha256 (base32 - "0wj8qzy2104ggczxagxm45zwsvvpwd6jjnbv1893mhlr6f2zrbmh")))) + "1nkbhcsb359sqjampyc7cyl0hfnrx6gsrnqgaskdwk92p49snamc")))) (build-system qt-build-system) (arguments '(#:tests? #f)) ;no 'test' target |