diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-09-15 16:47:48 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-09-15 22:26:49 +0900 |
| commit | a1bbe3aa81e97cfbdc8dcc0420dc50811315f430 (patch) | |
| tree | 7e75bac345763be123eaf1a5c24053aca676028d | |
| parent | d8d86377fb74cbf7c6badfaa96cf878d01db9ba5 (diff) | |
gnu: polkit-kde-agent: Update to 6.3.6.
* gnu/packages/kde-plasma.scm (polkit-kde-agent): Update to 6.3.6.
Change-Id: Ied765fc08eee82563bb27212d61ae6fc9a07033c
| -rw-r--r-- | gnu/packages/kde-plasma.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm index a481975a9b5..cfb596b64fb 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -3068,14 +3068,14 @@ hardware management, and a high degree of customizability.") (define-public polkit-kde-agent (package (name "polkit-kde-agent") - (version "6.3.4") + (version "6.3.6") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/plasma/" version "/" name "-1-" version ".tar.xz")) (sha256 (base32 - "1ky4k1z24r6rbx3bg69w609nbdcnwzjpajm1xmhgr8li4khgd5x7")))) + "0y16kpj8gvygpgmi0r4ca8k2sbjlld0kdibhm4vsfg8lvylwr3fl")))) (build-system qt-build-system) (arguments (list #:qtbase qtbase #:tests? #f)) |
