mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +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:
parent
c0eea5aad4
commit
9b21faa810
1 changed files with 3 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue