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

commit 6cfdbb3e3732ba76f77b67a2f221e4073d67c51d
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 8 19:37:22 2025 +0530

    gnu: plasma-nm: Update to 6.4.5.
    
    * gnu/packages/kde-plasma.scm (plasma-nm): Update to 6.4.5.
    
    Change-Id: Ie0276f45890bf57a45cc1b997a8ebb2a8f29965e
---
 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 01de04adbf..17ea70dcbd 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -2445,7 +2445,7 @@ integration of Qt applications when running on a KDE 
Plasma workspace.")
 (define-public plasma-nm
   (package
     (name "plasma-nm")
-    (version "6.4.3")
+    (version "6.4.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -2453,7 +2453,7 @@ integration of Qt applications when running on a KDE 
Plasma workspace.")
                                   ".tar.xz"))
               (sha256
                (base32
-                "0gm18rma3dsvvpsyvn7aq91ksih6j8mi94br4ghhmsal18y8xhv7"))))
+                "05jx0550zynymb2f39inj7b1w4s8cpzfcka4vvp9g5cfd2b24zaa"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase))

Reply via email to