diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2023-07-30 10:32:00 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-08-03 17:38:11 +0800 |
commit | fca941103bd9f10424f9d8826a7a018ca1b67aad (patch) | |
tree | dfa924daa7a6f50dc97cc3c86eaf14d0ba1953b0 | |
parent | a6f2b98a1d1faa19de9564a35b1baf385c5cb056 (diff) | |
download | guix-fca941103bd9f10424f9d8826a7a018ca1b67aad.tar.gz guix-fca941103bd9f10424f9d8826a7a018ca1b67aad.zip |
gnu: kaccounts-integration: Update to 23.04.3.
* gnu/packages/kde-pim.scm (kaccounts-integration): Update to 23.04.3.
[inputs]: Add qcoro-qt5.
-rw-r--r-- | gnu/packages/kde-pim.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm index 1bf7f1a497..40c78a1a29 100644 --- a/gnu/packages/kde-pim.scm +++ b/gnu/packages/kde-pim.scm @@ -571,14 +571,14 @@ one of the APIs mentioned above.") (define-public kaccounts-integration (package (name "kaccounts-integration") - (version "22.08.1") + (version "23.04.3") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/release-service/" version "/src/" name "-" version ".tar.xz")) (sha256 (base32 - "1q1d2a1qknfkgm63gji6ijji35d0b1jy1kvf10a7ac4l1z1fvnpl")))) + "1mn64xw5r2magy5y0qmg5r907jz1y8jar0qqkc6s1zjjr3s3knac")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules)) (inputs (list kcmutils @@ -589,6 +589,7 @@ one of the APIs mentioned above.") kwallet kio libaccounts-qt + qcoro-qt5 signond)) (home-page "https://invent.kde.org/network/kaccounts-integration") (synopsis "Online account management system") |