1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-09 14:40:36 +02:00

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

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

Change-Id: I37aa92bf56ea60c156eb728cddf99deb38b450d9
This commit is contained in:
Sughosha
2025-10-22 22:29:42 +05:30
parent 88b7d35fa3
commit 80321efbee

View File

@@ -3046,14 +3046,14 @@ hardware management, and a high degree of customizability.")
(define-public polkit-kde-agent
(package
(name "polkit-kde-agent")
(version "6.4.5")
(version "6.5.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" version "/"
name "-1-" version ".tar.xz"))
(sha256
(base32
"00c360qwbl4anv4x14qqgk6wj73w24zcpzaslsar487mc0b7fpav"))))
"1cg6ihh5majd8a4486m43a024wggh4y8bh3q3g8mh5wmxaqppcm4"))))
(build-system qt-build-system)
(arguments (list #:qtbase qtbase
#:tests? #f))