summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZheng Junjie <z572@z572.online>2025-07-28 14:06:02 +0800
committerZheng Junjie <z572@z572.online>2025-07-28 17:50:11 +0800
commit5bf6d167b3873ff52d6652ae76888b630a364a22 (patch)
treec818f9950d41d26d7f948134088956bed97c58d8
parentc2f81d39f80f683eaa821ce88b2929dff1f257c4 (diff)
gnu: breeze: Update to 6.4.3.
* gnu/packages/kde-plasma.scm (breeze): Update to 6.4.3. Change-Id: I8e1b2450e191444bab85eb89d85d0ab50224e672
-rw-r--r--gnu/packages/kde-plasma.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 7742a3ffbf..2e7cd97db2 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -140,14 +140,14 @@
(define-public breeze
(package
(name "breeze")
- (version "6.3.4")
+ (version "6.4.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" version "/"
name "-" version ".tar.xz"))
(sha256
(base32
- "1b0mxnsx0nmj7wskvvrvi275xbj7xf8pysa1ywis9bkffh757bwp"))))
+ "1gsghks25z56dzkwa66giz2iy0d0saj5p7s8cz8w5803z2njsyh1"))))
(build-system qt-build-system)
;; TODO: Check whether is makes sence splitting into several outputs.
(native-inputs