mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 07:27:48 -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
|
(define-public kpeople
|
||||||
(package
|
(package
|
||||||
(name "kpeople")
|
(name "kpeople")
|
||||||
(version "6.3.0")
|
(version "6.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -4359,7 +4359,7 @@ (define-public kpeople
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gihf93jjy3qc02h9qjnxjp67jb38rahx5f1k1hm9pxcasg9fzwn"))))
|
"0r198zxx67dzq5six0dzqycbl9asdjf1y4d0sx781ym2zjvqa4sa"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules))
|
(list extra-cmake-modules))
|
||||||
|
|
Loading…
Reference in a new issue