me
/
guix
Archived
1
0
Fork 0

gnu: kactivitymanagerd: Update to 6.1.3.

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

Change-Id: Ia976bcf032f550681723ec802b3ce7ba38efd227
master
Zheng Junjie 2024-07-20 19:10:24 +08:00
parent 37e4494410
commit 664c03bbd8
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -388,7 +388,7 @@ games, and tools.")
(define-public kactivitymanagerd (define-public kactivitymanagerd
(package (package
(name "kactivitymanagerd") (name "kactivitymanagerd")
(version "6.1.2") (version "6.1.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" (uri (string-append "mirror://kde/stable/plasma/"
@ -396,7 +396,7 @@ games, and tools.")
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1zfaqaw50qr0s2shm2vxfbzvys2jp2s7hqgq8n928cily37wz8h8")))) "0q3lac62crvjjnv66nylrd0639g3m51a9fngck23jw7ybbk9ii20"))))
(build-system qt-build-system) (build-system qt-build-system)
(arguments (list #:qtbase qtbase)) (arguments (list #:qtbase qtbase))
(native-inputs (list extra-cmake-modules)) (native-inputs (list extra-cmake-modules))