guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

306/347: gnu: polkit-kde-agent: Update to 6.1.1.


From: guix-commits
Subject: 306/347: gnu: polkit-kde-agent: Update to 6.1.1.
Date: Fri, 28 Jun 2024 09:59:21 -0400 (EDT)

z572 pushed a commit to branch kde-team
in repository guix.

commit c3e5f148513c97dd97c9703c6bc0a9cc14e6bf68
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Thu Jun 27 01:48:30 2024 +0800

    gnu: polkit-kde-agent: Update to 6.1.1.
    
    * gnu/packages/kde-plasma.scm (polkit-kde-agent): Update to 6.1.1.
    
    Change-Id: Ie9311def61bb50e0bffb65035b33394248373431
---
 gnu/packages/kde-plasma.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 25c07f3fd3..b759b077b8 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -2843,14 +2843,14 @@ hardware management, and a high degree of 
customizability.")
 (define-public polkit-kde-agent
   (package
     (name "polkit-kde-agent")
-    (version "6.0.4")
+    (version "6.1.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/" version "/"
                                   name "-1-" version ".tar.xz"))
               (sha256
                (base32
-                "093bcawfcy1rbi36vnqz3ww3fl93n02j2fvin9lvxf7s3j5bpz70"))))
+                "165f2zykl5bdag5wn16yckbklw0f80xd3wjlzbhvq08al6h4p2qz"))))
     (build-system qt-build-system)
     (arguments (list #:qtbase qtbase))
     (native-inputs (list extra-cmake-modules))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]