[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
49/465: gnu: networkmanager-qt: Update to 6.3.0.
From: |
guix-commits |
Subject: |
49/465: gnu: networkmanager-qt: Update to 6.3.0. |
Date: |
Tue, 16 Jul 2024 11:02:28 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 90677c03b5c9fdff71a0029db8786394cddffb35
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 00:29:24 2024 +0800
gnu: networkmanager-qt: Update to 6.3.0.
* gnu/packages/kde-frameworks.scm (networkmanager-qt): Update to 6.3.0.
[inputs]: Remove qtbase-5; add qtbase.
[propagated-inputs]: Add qtdeclarative.
Change-Id: Ic08aaa8d2cf97d451addd473c700d1b4ae03217f
---
gnu/packages/kde-frameworks.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 69ef402353..6c99f70a59 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1314,7 +1314,7 @@ messages.")
(define-public networkmanager-qt
(package
(name "networkmanager-qt")
- (version "5.114.0")
+ (version "6.3.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1323,16 +1323,16 @@ messages.")
name "-" version ".tar.xz"))
(sha256
(base32
- "10anjsnrzawrfjlznjvvl2sbxrajl2ddnq2kgl314b5dk7z3yk4n"))))
+ "1q1r3s136bpg2gnrwhakww9yzd42ccymvisrpqv3l0wgywxnma8c"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules dbus pkg-config))
+ (inputs (list qtbase))
(propagated-inputs
;; Headers contain #include <NetworkManager.h> and
;; #include <libnm/NetworkManager.h>
- (list network-manager))
- (inputs
- (list qtbase-5))
+ (list network-manager
+ qtdeclarative))
(arguments
(list #:phases #~(modify-phases %standard-phases
(replace 'check
- 54/465: gnu: sonnet: Update to 6.3.0., (continued)
- 54/465: gnu: sonnet: Update to 6.3.0., guix-commits, 2024/07/16
- 60/465: gnu: knotifications: Update to 6.3.0., guix-commits, 2024/07/16
- 61/465: gnu: kpty: Update to 6.3.0., guix-commits, 2024/07/16
- 23/465: gnu: appstream: Update to 1.0.3., guix-commits, 2024/07/16
- 18/465: gnu: libavif: Update to 1.0.4., guix-commits, 2024/07/16
- 25/465: gnu: kquickcharts: Update to 6.3.0., guix-commits, 2024/07/16
- 33/465: gnu: plasma-wayland-protocols: Update to 1.13.0., guix-commits, 2024/07/16
- 51/465: gnu: prison: Update to 6.3.0., guix-commits, 2024/07/16
- 56/465: gnu: kcontacts: Update to 6.3.0., guix-commits, 2024/07/16
- 03/465: gnu: libraw: Update to 0.21.2., guix-commits, 2024/07/16
- 49/465: gnu: networkmanager-qt: Update to 6.3.0.,
guix-commits <=
- 64/465: gnu: Add kcolorscheme., guix-commits, 2024/07/16
- 67/465: gnu: kcompletion: Update to 6.3.0., guix-commits, 2024/07/16
- 69/465: gnu: kconfigwidgets: Update to 6.3.0., guix-commits, 2024/07/16
- 71/465: gnu: ktextwidgets: Update to 6.3.0., guix-commits, 2024/07/16
- 90/465: gnu: kparts: Update to 6.3.0., guix-commits, 2024/07/16
- 96/465: gnu: Add libplasma., guix-commits, 2024/07/16
- 98/465: gnu: kdesu: Update to 6.3.0., guix-commits, 2024/07/16
- 103/465: gnu: baloo: Update to 6.3.0., guix-commits, 2024/07/16
- 125/465: gnu: kactivitymanagerd: Update to 6.1.2., guix-commits, 2024/07/16
- 129/465: gnu: Add libqaccessibilityclient-qt5., guix-commits, 2024/07/16