mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: kdeconnect: Update to 24.12.1.
* gnu/packages/kde.scm (kdeconnect): Update to 24.12.1. [inputs]: Add kcrash and qtconnectivity. Change-Id: Ie0a1951bac64e81c1d4bedb33e5fed435b055c10
This commit is contained in:
parent
65205d54c1
commit
5129c94869
1 changed files with 4 additions and 2 deletions
|
@ -1373,7 +1373,7 @@ (define-public snorenotify
|
|||
(define-public kdeconnect
|
||||
(package
|
||||
(name "kdeconnect")
|
||||
(version "24.05.2")
|
||||
(version "24.12.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1382,7 +1382,7 @@ (define-public kdeconnect
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0jh5rx6amg7mxgy0n0hv23wj3qqmb37212996ssm41bvxnmjgn03"))))
|
||||
"0b6n5bh071ww4nmpwyhgrm1wlkjpvr61s52xfd7b6bzz8v8ilanz"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list #:qtbase qtbase
|
||||
|
@ -1414,6 +1414,7 @@ (define-public kdeconnect
|
|||
(list dbus
|
||||
kcmutils
|
||||
kconfigwidgets
|
||||
kcrash
|
||||
kdbusaddons
|
||||
kguiaddons
|
||||
ki18n
|
||||
|
@ -1433,6 +1434,7 @@ (define-public kdeconnect
|
|||
qca-qt6
|
||||
qqc2-desktop-style
|
||||
qtbase
|
||||
qtconnectivity
|
||||
qtdeclarative
|
||||
qtmultimedia
|
||||
qtwayland
|
||||
|
|
Loading…
Reference in a new issue