~ruther/guix-local

587581faa6932a53387ac16f62cb4e80c94e6956 — Sughosha 6 months ago 9b2cd6d
gnu: konversation: Update to 25.08.1.

* gnu/packages/kde-internet.scm (konversation): Update to 25.08.1.

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

M gnu/packages/kde-internet.scm
M gnu/packages/kde-internet.scm => gnu/packages/kde-internet.scm +2 -2
@@ 158,14 158,14 @@ This package is part of the KDE networking module.")
(define-public konversation
  (package
    (name "konversation")
    (version "24.12.1")
    (version "25.08.1")
    (source
     (origin
       (method url-fetch)
       (uri (string-append "mirror://kde/stable/release-service/" version
                           "/src/konversation-" version ".tar.xz"))
       (sha256
        (base32 "13gy4sgkw2i4cg3xwbm5mlp3ay95yqsd5r7mf92rp6kyk9iikcig"))))
        (base32 "0flm9nhk9sv70by4z81kks4wchcrdy6nbgg3bnpi8gzz9j69zlaw"))))
    (build-system qt-build-system)
    (native-inputs
     (list extra-cmake-modules kdoctools qttools))