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

commit bee2778303c98a234b6f671824c62c1f2e04b2f5
Author: Sughosha <[email protected]>
AuthorDate: Mon Oct 13 20:46:40 2025 +0530

    gnu: networkmanager-qt: Update to 6.19.0.
    
    * gnu/packages/kde-frameworks.scm (networkmanager-qt): Update to 6.19.0.
    
    Change-Id: Ic0901c4d7f7ddc48f43536c309b5962e7b213933
---
 gnu/packages/kde-frameworks.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 8c2b6d0221..fdb4c29bb2 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1898,7 +1898,7 @@ messages.")
 (define-public networkmanager-qt
   (package
     (name "networkmanager-qt")
-    (version "6.18.0")
+    (version "6.19.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1907,7 +1907,7 @@ messages.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "031il2074w39k20p90xvwbb173w8ix12gs2jrzx47fh39akkca29"))))
+                "1i7z99kl1i3mhap0bd9i76xhll4nnwf1whip53397h8d11h11fl3"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules dbus pkg-config))

Reply via email to