1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 02:50:45 +02:00

gnu: plasma-activities: Update to 6.2.5.

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

Change-Id: I6930441f4579527ebe3356ed2716fb2d08c7ba3e
This commit is contained in:
Zheng Junjie 2025-01-10 11:51:29 +08:00 committed by Zheng Junjie
parent 1fcd6c1873
commit ded0f8d13f
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -3110,7 +3110,7 @@ maintaining an index of the contents of your files.")
(define-public plasma-activities (define-public plasma-activities
(package (package
(name "plasma-activities") (name "plasma-activities")
(version "6.1.4") (version "6.2.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" (uri (string-append "mirror://kde/stable/plasma/"
@ -3118,7 +3118,7 @@ maintaining an index of the contents of your files.")
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"11i2ynw7gvlj164iq9bwz7q1dcwi82bd3dwaa67ypzsb4dwrbczc")))) "1iz62pgcg7fmamam47vl9gig0clsw5jkfvwdsy90s5z5gjf77skp"))))
(build-system qt-build-system) (build-system qt-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules)) (list extra-cmake-modules))