me
/
guix
Archived
1
0
Fork 0

gnu: kglobalacceld: Update to 6.1.3.

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

Change-Id: Iecf56be30abea302b05addce56660a65f9b1bdc4
master
Zheng Junjie 2024-07-20 19:10:25 +08:00
parent b677680f98
commit 57fc183990
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -663,7 +663,7 @@ KDE Frameworks 5 to better interact with the system.")
(define-public kglobalacceld (define-public kglobalacceld
(package (package
(name "kglobalacceld") (name "kglobalacceld")
(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/"
@ -671,7 +671,7 @@ KDE Frameworks 5 to better interact with the system.")
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1p38lqiw9r1w6grp5847pm9lh27d765in62fnc2vlrkb99krxcr7")))) "0qm0lahlmksjd2q6qlp6h71chbfwwv8mwy76g9qz4j298prmb49m"))))
(build-system qt-build-system) (build-system qt-build-system)
(arguments (list #:qtbase qtbase (arguments (list #:qtbase qtbase
#:phases #:phases