me
/
guix
Archived
1
0
Fork 0

gnu: modemmanager-qt: Update to 6.4.0.

* gnu/packages/kde-frameworks.scm (modemmanager-qt): Update to 6.4.0.

Change-Id: I31234019c852511f3e1bfb21ee165899a24d5b19
master
Zheng Junjie 2024-07-20 00:24:47 +08:00
parent 6fb02a55eb
commit 54f64a5418
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -1787,7 +1787,7 @@ lower level classes for interaction with the X Windowing System.")
(define-public modemmanager-qt
(package
(name "modemmanager-qt")
(version "6.3.0")
(version "6.4.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -1796,7 +1796,7 @@ lower level classes for interaction with the X Windowing System.")
name "-" version ".tar.xz"))
(sha256
(base32
"1ky77v27nbil5vcig07yyk3jahv673qr7pn41dsb7f588sbh5www"))))
"17gfvrigqavq640l1pbafpl2bnps6m69ivwdqdcfmqxw2sljmg7j"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules dbus pkg-config))