guix-commits
[Top][All Lists]
Advanced

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

123/126: gnu: polkit-kde-agent: Update to 6.1.3.


From: guix-commits
Subject: 123/126: gnu: polkit-kde-agent: Update to 6.1.3.
Date: Tue, 30 Jul 2024 06:37:11 -0400 (EDT)

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

commit 35980aea92350ff312002fa5cd9433e0cee50088
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 20 19:10:30 2024 +0800

    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
---
 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 db72faac68..fd7bfe5e80 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -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))



reply via email to

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