aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZheng Junjie <zhengjunjie@iscas.ac.cn>2024-08-09 23:33:54 +0800
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-08-20 11:50:45 +0800
commitbc4442261fcd74a7f584cb00a42d9e8192ff06df (patch)
treebe79010ae0221f0fcdd4a0649d0516157a387fa8
parent93791cc935c75469b1eb777c539b8b451bfc8a99 (diff)
downloadguix-bc4442261fcd74a7f584cb00a42d9e8192ff06df.tar.gz
guix-bc4442261fcd74a7f584cb00a42d9e8192ff06df.zip
gnu: plasma-welcome: Update to 6.1.4.
* gnu/packages/kde-plasma.scm (plasma-welcome): Update to 6.1.4. Change-Id: I7caac39bfae1b805162cbe6e59e75c15808a4c51
-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 79ff326e9f..b70d5aa3ab 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -2652,7 +2652,7 @@ sensors, process information and other system resources.")
(define-public plasma-welcome
(package
(name "plasma-welcome")
- (version "6.1.3")
+ (version "6.1.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@@ -2661,7 +2661,7 @@ sensors, process information and other system resources.")
version ".tar.xz"))
(sha256
(base32
- "075l6j83p7zzx0hfska9bd1v44pr76xdym6p6m0z8adfvrl3ava1"))))
+ "0zivsp3kaaad0h6mj46x353lq6x114w339jka7fcsxcwzrwvdbd4"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules pkg-config))