gnu: plasma-activities: Update to 6.3.4.

* gnu/packages/kde-frameworks.scm (plasma-activities): Update to 6.3.4.

Change-Id: Ie3c4210958e30ff706cdf70b93904ca9aec604c7
This commit is contained in:
Zheng Junjie 2025-05-05 17:47:12 +08:00 committed by Andreas Enge
parent 0a2dd1337f
commit 2fedbd66fa
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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))