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

commit 58f1131351a32ba4ca53c2495419e028c29ef124
Author: Sughosha <[email protected]>
AuthorDate: Sun Feb 8 23:05:38 2026 +0530

    gnu: plasma-nm: Update to 6.5.5.
    
    * gnu/packages/kde-plasma.scm (plasma-nm): Update to 6.5.5.
    
    Change-Id: I6177bc323854b161a9fe3192d3a7771856109b7e
---
 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 902663f69a..7d04d4a7db 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -2387,7 +2387,7 @@ integration of Qt applications when running on a KDE 
Plasma workspace.")
 (define-public plasma-nm
   (package
     (name "plasma-nm")
-    (version "6.5.2")
+    (version "6.5.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -2395,7 +2395,7 @@ integration of Qt applications when running on a KDE 
Plasma workspace.")
                                   ".tar.xz"))
               (sha256
                (base32
-                "1p3zg2x7z82nhdqwbpp8rwgi34p07c83m7jxmkgdirmqi71ykhz7"))))
+                "1862k0v2bv8g2avlmkffidy9hq4q8x2g03g8ibpb2pjzr0dny2gv"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase))

Reply via email to