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

commit 5a80e9f606f256a1bed2b5c2d507669cd4b2d18a
Author: Zheng Junjie <z572@z572.online>
AuthorDate: Mon Jul 28 17:02:10 2025 +0800

    gnu: powerdevil: Update to 6.4.3.
    
    * gnu/packages/kde-plasma.scm (powerdevil): Update to 6.4.3.
    
    Change-Id: Ie969cb949746bb52c424cff783792d0dbb6dd6ce
---
 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 96aed8e6c0..968f2fe794 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -3069,14 +3069,14 @@ UI for Plasma")
 (define-public powerdevil
   (package
     (name "powerdevil")
-    (version "6.3.6")
+    (version "6.4.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/" version
                                   "/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1wma65rjaix94mc3jng8i0yrcbwl3indcgmf7y0ix6f09n6gxn68"))))
+                "1mib0laspzzsrqm3g2bdlb7iw3zvh6204cq13jgy0pch2k2d0iy2"))))
     (build-system qt-build-system)
     (native-inputs (list extra-cmake-modules qttools pkg-config))
     (inputs (list bluez-qt

Reply via email to