gnu: akonadi-contacts: Update to 23.04.3.
* gnu/packages/kde-pim.scm (akonadi-contacts): Update to 23.04.3.
This commit is contained in:
parent
ca12ef6593
commit
ca7da4ada0
1 changed files with 2 additions and 2 deletions
|
@ -180,14 +180,14 @@ collection and item views.")
|
||||||
(define-public akonadi-contacts
|
(define-public akonadi-contacts
|
||||||
(package
|
(package
|
||||||
(name "akonadi-contacts")
|
(name "akonadi-contacts")
|
||||||
(version "22.08.1")
|
(version "23.04.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/akonadi-contacts-" version ".tar.xz"))
|
"/src/akonadi-contacts-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1mzlv124wa135xfbxl2ghl4n8pi1a6zd64195px1v90qnhjljw28"))))
|
(base32 "10vlzj56ps1pysf7g6i14v8wp2wkxh53055r2v4iq4cpq3mzayc6"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules))
|
(list extra-cmake-modules))
|
||||||
|
|
Reference in a new issue