[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
47/465: gnu: networkmanager-qt: Update to 6.3.0.
From: |
guix-commits |
Subject: |
47/465: gnu: networkmanager-qt: Update to 6.3.0. |
Date: |
Wed, 17 Jul 2024 23:01:17 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 3bd07ad4069bc69ed19ba3aae3d3f8718083af52
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
- 30/465: gnu: kcodecs: Update to 6.3.0., (continued)
- 30/465: gnu: kcodecs: Update to 6.3.0., guix-commits, 2024/07/17
- 34/465: gnu: kholidays: Update to 6.3.0., guix-commits, 2024/07/17
- 36/465: gnu: kidletime: Update to 6.3.0., guix-commits, 2024/07/17
- 39/465: gnu: kplotting: Update to 6.3.0., guix-commits, 2024/07/17
- 40/465: gnu: ksyntaxhighlighting: Update to 6.3.0., guix-commits, 2024/07/17
- 42/465: gnu: kcoreaddons: Update to 6.3.0., guix-commits, 2024/07/17
- 44/465: gnu: kdnssd: Update to 6.3.0., guix-commits, 2024/07/17
- 45/465: gnu: kwindowsystem: Update to 6.3.0., guix-commits, 2024/07/17
- 46/465: gnu: modemmanager-qt: Update to 6.3.0., guix-commits, 2024/07/17
- 51/465: gnu: solid: Update to 6.3.0., guix-commits, 2024/07/17
- 47/465: gnu: networkmanager-qt: Update to 6.3.0.,
guix-commits <=
- 56/465: gnu: kdoctools: Update to 6.3.0., guix-commits, 2024/07/17
- 61/465: gnu: syndication: Update to 6.3.0., guix-commits, 2024/07/17
- 62/465: gnu: Add kcolorscheme., guix-commits, 2024/07/17
- 65/465: gnu: kcompletion: Update to 6.3.0., guix-commits, 2024/07/17
- 69/465: gnu: ktextwidgets: Update to 6.3.0., guix-commits, 2024/07/17
- 77/465: gnu: purpose: Update to 6.3.0., guix-commits, 2024/07/17
- 83/465: gnu: Remove kdbusaddons-bootstrap., guix-commits, 2024/07/17
- 90/465: gnu: kwayland: Update to 6.1.2., guix-commits, 2024/07/17
- 98/465: gnu: kpeople: Update to 6.3.0., guix-commits, 2024/07/17
- 101/465: gnu: baloo: Update to 6.3.0., guix-commits, 2024/07/17