me
/
guix
Archived
1
0
Fork 0

gnu: kpeople: Update to 6.4.0.

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

Change-Id: I8ba433ae1861befa2c5d2e9d8d1aed5f747ba032
master
Zheng Junjie 2024-07-20 00:24:52 +08:00
parent c085335277
commit 4af9051351
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -4350,7 +4350,7 @@ widgets with a user-interface defined in terms of actions.")
(define-public kpeople
(package
(name "kpeople")
(version "6.3.0")
(version "6.4.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -4359,7 +4359,7 @@ widgets with a user-interface defined in terms of actions.")
name "-" version ".tar.xz"))
(sha256
(base32
"0gihf93jjy3qc02h9qjnxjp67jb38rahx5f1k1hm9pxcasg9fzwn"))))
"0r198zxx67dzq5six0dzqycbl9asdjf1y4d0sx781ym2zjvqa4sa"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))