diff options
-rw-r--r-- | gnu/packages/kde-frameworks.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index e0dc1ddc75..135a0bb529 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -4350,7 +4350,7 @@ widgets with a user-interface defined in terms of actions.") (define-public kpeople (package (name "kpeople") - (version "6.4.0") + (version "6.5.0") (source (origin (method url-fetch) (uri (string-append @@ -4359,7 +4359,7 @@ widgets with a user-interface defined in terms of actions.") name "-" version ".tar.xz")) (sha256 (base32 - "0r198zxx67dzq5six0dzqycbl9asdjf1y4d0sx781ym2zjvqa4sa")))) + "1hm6f0rlsdnqcc0mi1ndqlja6vl2774300zcs85x3c306anxfb0h")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules)) |