[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
48/465: gnu: modemmanager-qt: Update to 6.3.0.
From: |
guix-commits |
Subject: |
48/465: gnu: modemmanager-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 c54740a6d398aacde8eddd200a05e8990433f9ae
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 00:28:55 2024 +0800
gnu: modemmanager-qt: Update to 6.3.0.
* gnu/packages/kde-frameworks.scm (modemmanager-qt): Update to 6.3.0.
[inputs]: Remove qtbase-5; add qtbase.
Change-Id: I7ac8319c04fa68cf038ad878b2a29fd30dfd4602
---
gnu/packages/kde-frameworks.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 771f5f8875..69ef402353 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1278,7 +1278,7 @@ lower level classes for interaction with the X Windowing
System.")
(define-public modemmanager-qt
(package
(name "modemmanager-qt")
- (version "5.114.0")
+ (version "6.3.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1287,7 +1287,7 @@ lower level classes for interaction with the X Windowing
System.")
name "-" version ".tar.xz"))
(sha256
(base32
- "16jqhmcpsffl9a7c0bb4hwjy3bw5rakdsnc5n6y8djc6237jl9pi"))))
+ "1ky77v27nbil5vcig07yyk3jahv673qr7pn41dsb7f588sbh5www"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules dbus pkg-config))
@@ -1295,7 +1295,7 @@ lower level classes for interaction with the X Windowing
System.")
;; Headers contain #include <ModemManager/ModemManager.h>
(list modem-manager))
(inputs
- (list qtbase-5))
+ (list qtbase))
(arguments
(list #:phases #~(modify-phases %standard-phases
(replace 'check
- 28/465: gnu: bluez-qt: Update to 6.3.0., (continued)
- 28/465: gnu: bluez-qt: Update to 6.3.0., guix-commits, 2024/07/16
- 36/465: gnu: kholidays: Update to 6.3.0., guix-commits, 2024/07/16
- 32/465: gnu: kcodecs: Update to 6.3.0., guix-commits, 2024/07/16
- 37/465: gnu: ki18n: Update to 6.3.0., guix-commits, 2024/07/16
- 38/465: gnu: kidletime: Update to 6.3.0., guix-commits, 2024/07/16
- 39/465: gnu: kitemmodels: Update to 6.3.0., guix-commits, 2024/07/16
- 41/465: gnu: kplotting: Update to 6.3.0., guix-commits, 2024/07/16
- 45/465: gnu: kdbusaddons: Update to 6.3.0., guix-commits, 2024/07/16
- 46/465: gnu: kdnssd: Update to 6.3.0., guix-commits, 2024/07/16
- 47/465: gnu: kwindowsystem: Update to 6.3.0., guix-commits, 2024/07/16
- 48/465: gnu: modemmanager-qt: Update to 6.3.0.,
guix-commits <=
- 50/465: gnu: oxygen-icons: Update to 6.0.0., guix-commits, 2024/07/16
- 58/465: gnu: kdoctools: Update to 6.3.0., guix-commits, 2024/07/16
- 52/465: gnu: pulseaudio-qt: Update to 1.5.0., guix-commits, 2024/07/16
- 59/465: gnu: kimageformats: Update to 6.3.0., guix-commits, 2024/07/16
- 62/465: gnu: kunitconversion: Update to 6.3.0., guix-commits, 2024/07/16
- 65/465: gnu: kirigami: Update to 6.3.0., guix-commits, 2024/07/16
- 68/465: gnu: kservice: Update to 6.3.0., guix-commits, 2024/07/16
- 70/465: gnu: kiconthemes: Update to 6.3.0., guix-commits, 2024/07/16
- 72/465: gnu: kwallet: Update to 6.3.0., guix-commits, 2024/07/16
- 74/465: gnu: kxmlgui: Update to 6.3.0., guix-commits, 2024/07/16