diff options
author | Zheng Junjie <z572@z572.online> | 2025-07-28 14:41:06 +0800 |
---|---|---|
committer | Zheng Junjie <z572@z572.online> | 2025-07-28 17:50:13 +0800 |
commit | 6414fc2c4809f0e2e6230591300b234abf2636ae (patch) | |
tree | b868407f711d313ff276f030ead562e85dc9e480 | |
parent | 2b37b0161b38958da99b0af9af1a9c73c5a73785 (diff) |
gnu: plasma-nm: Update to 6.4.3.
* gnu/packages/kde-plasma.scm (plasma-nm): Update to 6.4.3.
Change-Id: I773e14e8373ea150e5903263cc28609abb50db90
-rw-r--r-- | gnu/packages/kde-plasma.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm index eead58241f..475f020177 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -2256,7 +2256,7 @@ integration of Qt applications when running on a KDE Plasma workspace.") (define-public plasma-nm (package (name "plasma-nm") - (version "6.3.4") + (version "6.4.3") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/plasma/" @@ -2264,7 +2264,7 @@ integration of Qt applications when running on a KDE Plasma workspace.") ".tar.xz")) (sha256 (base32 - "1gd0kp31d05dr5ljp639l7f3m90iv97ip9xcb8i2fs92pr2ydjpx")))) + "0gm18rma3dsvvpsyvn7aq91ksih6j8mi94br4ghhmsal18y8xhv7")))) (build-system qt-build-system) (arguments (list #:qtbase qtbase)) |