mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: kpeople: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (kpeople): Update to 6.4.0. Change-Id: I8ba433ae1861befa2c5d2e9d8d1aed5f747ba032
This commit is contained in:
parent
c085335277
commit
4af9051351
1 changed files with 2 additions and 2 deletions
|
@ -4350,7 +4350,7 @@ (define-public kparts-5
|
|||
(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 @@ (define-public kpeople
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0gihf93jjy3qc02h9qjnxjp67jb38rahx5f1k1hm9pxcasg9fzwn"))))
|
||||
"0r198zxx67dzq5six0dzqycbl9asdjf1y4d0sx781ym2zjvqa4sa"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
|
|
Loading…
Reference in a new issue