diff options
author | Zheng Junjie <z572@z572.online> | 2025-07-28 16:48:05 +0800 |
---|---|---|
committer | Zheng Junjie <z572@z572.online> | 2025-07-28 17:50:15 +0800 |
commit | 2653b7ae3be76d06a5703873b8496c6db3246fb5 (patch) | |
tree | 932619cbd86f4a944c58d17e0a5e4cdc6608854a | |
parent | 4b01a8125065a8eee5643b07a7371c35e9db4047 (diff) |
gnu: plasma-welcome: Update to 6.4.3.
* gnu/packages/kde-plasma.scm (plasma-welcome): Update to 6.4.3.
Change-Id: I80b7e54d5abe58848cf071c11c203adf32657fb8
-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 6bf880ea8d..530e8ee190 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -2566,7 +2566,7 @@ sensors, process information and other system resources.") (define-public plasma-welcome (package (name "plasma-welcome") - (version "6.3.4") + (version "6.4.3") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/plasma/" @@ -2575,7 +2575,7 @@ sensors, process information and other system resources.") version ".tar.xz")) (sha256 (base32 - "1crrxzffdb50sw4s6qb9rbywhv06w2frhvq536amy57jk3im5m9k")))) + "0qxlf2w5lavz5sddzkdx9ymx4dxbc2j0ix9hzbya97vmkwwxc76p")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules pkg-config)) |