~ruther/guix-local

9b7bec9b67325df0763dce546777d21ac405b15a — Sughosha 7 months ago 918313d
gnu: kpeople: Update to 6.19.0.

* gnu/packages/kde-frameworks.scm (kpeople): Update to 6.19.0.

Change-Id: Ied22072ad3719be8f4a96de5098de192dce84369
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/kde-frameworks.scm
M gnu/packages/kde-frameworks.scm => gnu/packages/kde-frameworks.scm +2 -2
@@ 4266,7 4266,7 @@ widgets with a user-interface defined in terms of actions.")
(define-public kpeople
  (package
    (name "kpeople")
    (version "6.18.0")
    (version "6.19.0")
    (source (origin
              (method url-fetch)
              (uri (string-append


@@ 4275,7 4275,7 @@ widgets with a user-interface defined in terms of actions.")
                    name "-" version ".tar.xz"))
              (sha256
               (base32
                "0asdail6sc4zdlbj6b6gwr18jz6hwa8iykw1ai7fybk1xgpjkfh9"))))
                "0cgp4aljlhj3z5bhjbhhsrd1zqf55fxwbhz60x6iqjkwk51wc3sl"))))
    (build-system qt-build-system)
    (native-inputs
     (list extra-cmake-modules))