mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: kaccounts-integration: Update to 24.12.1.
* gnu/packages/kde-pim.scm (kaccounts-integration): Update to 24.12.1. Change-Id: Ib91058be781725ea5fde8989f0d6d3021fb8e5e1
This commit is contained in:
parent
b29938675e
commit
985ee32b46
1 changed files with 2 additions and 2 deletions
|
@ -571,14 +571,14 @@ (define-public kaddressbook
|
|||
(define-public kaccounts-integration
|
||||
(package
|
||||
(name "kaccounts-integration")
|
||||
(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
|
||||
"0dbv1yv6qq0rgjlczmky7fmwa3rspyssd6grdbgzyy3k0v35m1fi"))))
|
||||
"1y19kb87wqf8w5b5yvnkykqkrri7djrb8gd39c734zq7ks5wjd67"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs (list extra-cmake-modules))
|
||||
(inputs (list kcmutils
|
||||
|
|
Loading…
Reference in a new issue