mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: kcontacts: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (kcontacts): Update to 6.5.0. Change-Id: I2148491992250ef244e0d1bbe19fe8e6bb71389e
This commit is contained in:
parent
1eceaac965
commit
d1bfebf871
1 changed files with 2 additions and 2 deletions
|
@ -2344,7 +2344,7 @@ (define-public kcompletion-5
|
|||
(define-public kcontacts
|
||||
(package
|
||||
(name "kcontacts")
|
||||
(version "6.4.0")
|
||||
(version "6.5.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -2355,7 +2355,7 @@ (define-public kcontacts
|
|||
(search-patches "kcontacts-incorrect-country-name.patch"))
|
||||
(sha256
|
||||
(base32
|
||||
"17fm5gjra3bhsscidwzs7792d0imazk7jbhjnwb00k56s4xjvdxr"))))
|
||||
"1i7xlmgipgd414vgaz1l39rh9f0n196xg6zr9c222n4s8scf04dp"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs (list extra-cmake-modules
|
||||
;; for test
|
||||
|
|
Loading…
Reference in a new issue