mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: kcontacts: Update to 5.114.0.
* gnu/packages/kde-frameworks.scm (kcontacts): Update to 5.114.0. Change-Id: Id0e30156160b40fa7dabfa84b8b87410461a2ce3
This commit is contained in:
parent
324bfcd67f
commit
3e70116df3
1 changed files with 2 additions and 2 deletions
|
@ -1674,7 +1674,7 @@ (define-public kcompletion
|
||||||
(define-public kcontacts
|
(define-public kcontacts
|
||||||
(package
|
(package
|
||||||
(name "kcontacts")
|
(name "kcontacts")
|
||||||
(version "5.108.0")
|
(version "5.114.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1685,7 +1685,7 @@ (define-public kcontacts
|
||||||
(search-patches "kcontacts-incorrect-country-name.patch"))
|
(search-patches "kcontacts-incorrect-country-name.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15x6f05ngs3nmxpdi11bi4k4zpjnvx5cy3yxbdklls3f2wpq6jd4"))))
|
"0lyqvbs216p5zpssaf4pyccph7nbwkbvhpmhbi32y2rm23cmxlwf"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules xorg-server-for-tests)) ; for the tests
|
(list extra-cmake-modules xorg-server-for-tests)) ; for the tests
|
||||||
|
|
Loading…
Reference in a new issue