me
/
guix
Archived
1
0
Fork 0

gnu: polkit-kde-agent: Update to 6.1.3.

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

Change-Id: Ieb2e7078484e24559c75785b00a6b7eed3022257
master
Zheng Junjie 2024-07-20 19:10:30 +08:00
parent 39c5bc23fa
commit c29cd38e1c
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -2945,14 +2945,14 @@ hardware management, and a high degree of customizability.")
(define-public polkit-kde-agent
(package
(name "polkit-kde-agent")
(version "6.1.2")
(version "6.1.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" version "/"
name "-1-" version ".tar.xz"))
(sha256
(base32
"1mr0fmmnvd92msrp0y1fib2hyjif4lycg74ycpiqylnxhvm6v4c8"))))
"0vrry89icr1z30wf3lgz0gfyjhgsizy421mnlfn0f7bb0mjxmf97"))))
(build-system qt-build-system)
(arguments (list #:qtbase qtbase))
(native-inputs (list extra-cmake-modules))