me
/
guix
Archived
1
0
Fork 0

gnu: kpeople: Update to 5.114.0.

* gnu/packages/kde-frameworks.scm (kpeople): Update to 5.114.0.

Change-Id: Ief4ac2ae3fb60ffda4e631502dfc2b239fda8cd7
master
Maxim Cournoyer 2024-01-18 11:33:28 -05:00
parent 81d390c9a6
commit 1155009dae
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -2990,7 +2990,7 @@ widgets with a user-interface defined in terms of actions.")
(define-public kpeople
(package
(name "kpeople")
(version "5.108.0")
(version "5.114.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -2999,7 +2999,7 @@ widgets with a user-interface defined in terms of actions.")
name "-" version ".tar.xz"))
(sha256
(base32
"0k2jnyp05rnjb4j31w4xi95qwparkqvp1m9664gvygwp9xxlnf4k"))))
"04v0s3amn6lbb16qvp1r6figckva6xk8z7djk8jda8fbnx8dx2r1"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))