me
/
guix
Archived
1
0
Fork 0

gnu: plasma-activities: Update to 6.1.3.

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

Change-Id: Ifd51670a95b1ae20dfd28e2bd7d89aca6b959505
master
Zheng Junjie 2024-07-20 00:24:50 +08:00
parent bbd9a31119
commit edea06601c
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

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