gnu: kaccounts-integration: Update to 23.04.3.

* gnu/packages/kde-pim.scm (kaccounts-integration): Update to 23.04.3.
[inputs]: Add qcoro-qt5.
This commit is contained in:
宋文武 2023-07-30 10:32:00 +08:00
parent a6f2b98a1d
commit fca941103b
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -571,14 +571,14 @@ one of the APIs mentioned above.")
(define-public kaccounts-integration (define-public kaccounts-integration
(package (package
(name "kaccounts-integration") (name "kaccounts-integration")
(version "22.08.1") (version "23.04.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" (uri (string-append "mirror://kde/stable/release-service/"
version "/src/" name "-" version ".tar.xz")) version "/src/" name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1q1d2a1qknfkgm63gji6ijji35d0b1jy1kvf10a7ac4l1z1fvnpl")))) "1mn64xw5r2magy5y0qmg5r907jz1y8jar0qqkc6s1zjjr3s3knac"))))
(build-system qt-build-system) (build-system qt-build-system)
(native-inputs (list extra-cmake-modules)) (native-inputs (list extra-cmake-modules))
(inputs (list kcmutils (inputs (list kcmutils
@ -589,6 +589,7 @@ one of the APIs mentioned above.")
kwallet kwallet
kio kio
libaccounts-qt libaccounts-qt
qcoro-qt5
signond)) signond))
(home-page "https://invent.kde.org/network/kaccounts-integration") (home-page "https://invent.kde.org/network/kaccounts-integration")
(synopsis "Online account management system") (synopsis "Online account management system")