1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 02:20:53 +02:00

gnu: kaccounts-providers: Update to 24.12.1.

* gnu/packages/kde-pim.scm (kaccounts-providers): Update to 24.12.1.
[inputs]: Add qcoro-qt6.

Change-Id: Ib0b4a6263ddaa5fd8c6610e4710dc834c4ea07a5
This commit is contained in:
Zheng Junjie 2025-01-10 11:51:45 +08:00 committed by Zheng Junjie
parent c0eea5aad4
commit 9b21faa810
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -601,14 +601,14 @@ management system and its Plasma integration components.")
(define-public kaccounts-providers
(package
(name "kaccounts-providers")
(version "24.05.2")
(version "24.12.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
version "/src/" name "-" version ".tar.xz"))
(sha256
(base32
"1mfidlhy8jh3ar9rpn39a52q6sfhc5f4yn30p2ihv9l7xi5r9vk0"))))
"1jaigpnclcmwm0az169mc7l2kic652prxcbs1k71c8b04frnw44c"))))
(build-system qt-build-system)
(native-inputs (list extra-cmake-modules intltool))
(inputs (list kaccounts-integration
@ -619,6 +619,7 @@ management system and its Plasma integration components.")
kio
libaccounts-qt6
qtwebengine
qcoro-qt6
signond-qt6))
(arguments (list #:qtbase qtbase))
(home-page "https://invent.kde.org/network/kaccounts-providers")