~ruther/guix-local

f0ef55b97bc1459e95d7d0e1d14d980a58311f9e — Sughosha 6 months ago a46414c
gnu: kde-frameworkintegration: Update to 6.19.0.

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

Change-Id: I2e38be55d8b220a19a57e95a14ad58514460bde7
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
@@ 5015,7 5015,7 @@ applications.")
(define-public kde-frameworkintegration
  (package
    (name "kde-frameworkintegration")
    (version "6.18.0")
    (version "6.19.0")
    (source (origin
              (method url-fetch)
              (uri (string-append


@@ 5024,7 5024,7 @@ applications.")
                    "frameworkintegration-" version ".tar.xz"))
              (sha256
               (base32
                "0m5lx9m17kz7nkgl9jw282n29m4wdvbm8j3dfqghdnhrxpw3clyc"))))
                "192rgqa5520naincdw9p1mpgxqb7ia6l84i8sldq2rib6hmw2szv"))))
    (build-system cmake-build-system)
    (native-inputs
     (list extra-cmake-modules pkg-config))