summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/kde-frameworks.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 4f1d6136ec..eee80712f2 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3123,7 +3123,7 @@ maintaining an index of the contents of your files.")
(define-public plasma-activities
(package
(name "plasma-activities")
- (version "6.2.5")
+ (version "6.3.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@@ -3131,7 +3131,7 @@ maintaining an index of the contents of your files.")
version ".tar.xz"))
(sha256
(base32
- "1iz62pgcg7fmamam47vl9gig0clsw5jkfvwdsy90s5z5gjf77skp"))))
+ "01fxs3rp1qycy3b4pg7dz4i3naa6id7s69dilrfr234g8cc5f2k7"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))