mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: kcontacts: Update to 6.10.0.
* gnu/packages/kde-frameworks.scm (kcontacts): Update to 6.10.0. Change-Id: Ib44f72f68846b82c599499f56a8b504b6461abf6
This commit is contained in:
parent
95246a3c74
commit
89a75a5ad3
1 changed files with 2 additions and 2 deletions
|
@ -2360,7 +2360,7 @@ (define-public kcompletion-5
|
|||
(define-public kcontacts
|
||||
(package
|
||||
(name "kcontacts")
|
||||
(version "6.5.0")
|
||||
(version "6.10.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -2371,7 +2371,7 @@ (define-public kcontacts
|
|||
(search-patches "kcontacts-incorrect-country-name.patch"))
|
||||
(sha256
|
||||
(base32
|
||||
"1i7xlmgipgd414vgaz1l39rh9f0n196xg6zr9c222n4s8scf04dp"))))
|
||||
"0vdld4d8z1zvnppj6v5b8wf11m6x7xqymgzh5jw4yn15340ss8mn"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs (list extra-cmake-modules
|
||||
;; for test
|
||||
|
|
Loading…
Reference in a new issue